Click or drag to resize
DigitalRuneMatrix33FToArray1D Method
Converts this matrix to an array of float values.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public float[] ToArray1D(
	MatrixOrder order
)

Parameters

order
Type: DigitalRune.Mathematics.AlgebraMatrixOrder
The order of the matrix elements in the array.

Return Value

Type: Single
The result of the conversion.
See Also