| LUDecompositionFDeterminant Property |
Gets the determinant of matrix A.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float Determinant { get; }
Public ReadOnly Property Determinant As Single
Get
public:
property float Determinant {
float get ();
}
member Determinant : float32 with get
Property Value
Type:
SingleThe determinant of matrix A.
Exceptions See Also