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 SingleLeave Site value that indicates the determinant of the matrix.

This property is read-only.