Summary
Calculates the determinant for this matrix.
Syntax
public double GetDeterminant()
Remarks
The determinant is calculated by expanding the matrix with a third column whose
values are (0,0,1).
Return Value
Type | Description |
---|---|
double | The determinant. |