| MatrixF Conversion (MatrixF to Matrix33F) |
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static explicit operator Matrix33F (
MatrixF matrix
)
Public Shared Narrowing Operator CType (
matrix As MatrixF
) As Matrix33F
static explicit operator Matrix33F (
MatrixF^ matrix
)
F# does not support the declaration of new casting operators.
Parameters
- matrix
- Type: DigitalRune.Mathematics.AlgebraMatrixF
The matrix.
Return Value
Type:
Matrix33FThe result of the conversion.
Exceptions See Also