Return the determinant of the matrix used to construct this instance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Determinant()
Visual Basic (Declaration)
Public Function Determinant As Double
Visual C++
public:
double Determinant()

Return Value

A double scalar containing the determinant of the matrix used to construct this instance.

See Also