| MatrixDDeterminant Property |
Returns the determinant of this matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public double Determinant { get; }
Public ReadOnly Property Determinant As Double
Get
public:
property double Determinant {
double get ();
}
member Determinant : float with get
Property Value
Type:
DoubleThe determinant of this matrix.
Exceptions See Also