MatrixGetDeterminant Method

Calculates the determinant for this matrix.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public double GetDeterminant()

Return Value

Double
The determinant.

Remarks

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

See Also