Click or drag to resize

DenseMatrix Constructor (Matrix6By6)

Initializes a new instance from an existing Matrix6By6.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DenseMatrix(
	Matrix6By6 matrix
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix6By6
The existing Matrix6By6 to copy.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when matrix is .
See Also