GetDeterminant Method
Calculates the determinant for this matrix.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double GetDeterminant()
Public Function GetDeterminant As Double
member GetDeterminant : unit -> float
Return Value
Double
The determinant.
Remarks
The determinant is calculated by expanding the matrix with a third column whose values are (0,0,1).