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