Returns the rank of the matrix.

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

Syntax

C#
public int GetRank()
Visual Basic (Declaration)
Public Function GetRank As Integer
Visual C++
public:
int GetRank()

Return Value

An int containing the rank of the matrix.

See Also