| MatrixFToArray1D Method |
Converts this matrix to an array of float values.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float[] ToArray1D(
MatrixOrder order
)
Public Function ToArray1D (
order As MatrixOrder
) As Single()
public:
array<float>^ ToArray1D(
MatrixOrder order
)
member ToArray1D :
order : MatrixOrder -> float32[]
Parameters
- order
- Type: DigitalRune.Mathematics.AlgebraMatrixOrder
The order of the matrix elements in the array.
Return Value
Type:
SingleThe result of the conversion.
See Also