Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::GetDeterminant Method

Calculates the determinant of the current 4x4 matrix.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
float GetDeterminant()

Return Value

Type: System::Single
The determinant.
Show:
© 2017 Microsoft