Matrix.Determinant Property (Microsoft.DirectX)
Retrieves the determinant of the matrix.
Definition
Visual Basic Public ReadOnly Property Determinant As Single C# public float Determinant { get; } C++ public:
property float Determinant {
float get();
}JScript public function get Determinant() : float
Property Value
System.Single
A Single value that indicates the determinant of the matrix.This property is read-only.