Matrix.Determinant Property

Language:

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

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center