Skip to main content

GetDeterminant Method

Calculates the determinant for this matrix.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

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

Reference

Matrix Structure
Avalonia Namespace