Matrix.Determinant Property |
Language: |
Retrieves the determinant of the matrix.
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
System.Single
This property is read-only.
A Single value that indicates the determinant of the matrix.
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