MatrixGetDeterminant Method
Calculates the determinant for this matrix.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public double GetDeterminant()
Public Function GetDeterminant As Double
member GetDeterminant : unit -> float
Return Value
DoubleThe determinant.
The determinant is calculated by expanding the matrix with a third column whose
values are (0,0,1).