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