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: 25.2.423.0 (25.2.423.0)
Syntaxpublic DenseMatrix(
Matrix6By6 matrix
)
Public Sub New (
matrix As Matrix6By6
)
public:
DenseMatrix(
Matrix6By6^ matrix
)
new :
matrix : Matrix6By6 -> DenseMatrixParameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix6By6
The existing Matrix6By6 to copy.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when matrix is .
|
See Also