| Matrix33F Conversion (Matrix33F to Single) |
Performs an explicit conversion from
Matrix33F to a 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[][] (
Matrix33F matrix
)
Public Shared Narrowing Operator CType (
matrix As Matrix33F
) As Single()()
static explicit operator array<array<float>^>^ (
Matrix33F matrix
)
F# does not support the declaration of new casting operators.
Parameters
- matrix
- Type: DigitalRune.Mathematics.AlgebraMatrix33F
The matrix.
Return Value
Type:
SingleThe result of the conversion.
See Also