DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Determinant | Constructors | Methods | Properties
Computes the determinant of the matrix.
// C# public double Determinant();
' VisualBasic Public Function Determinant() As Double
// Oxygene public function Determinant : Double;
Type | Description |
---|---|
double Double | The determinant of the matrix. |