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

Matrix3x2::GetDeterminant Method

Calculates the determinant for this matrix.

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

public:
float GetDeterminant()

Return Value

Type: System::Single
The determinant.

The determinant is calculated by expanding the matrix with a third column whose values are (0,0,1).

Show:
© 2017 Microsoft