| MatrixF Conversion (MatrixF to Single) |
Performs an explicit conversion from
MatrixF to jagged
float
array.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static explicit operator float[][] (
MatrixF matrix
)
Public Shared Narrowing Operator CType (
matrix As MatrixF
) As Single()()
static explicit operator array<array<float>^>^ (
MatrixF^ matrix
)
F# does not support the declaration of new casting operators.
Parameters
- matrix
- Type: DigitalRune.Mathematics.AlgebraMatrixF
The matrix.
Return Value
Type:
SingleThe result of the conversion.
See Also