The rank of the matrix.

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

Syntax

C#
public virtual int Rank { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Rank As Integer
Visual C++
public:
virtual property int Rank {
	int get ();
}

Field Value

An int which specifies the rank of the matrix or null if Solve(NonlinearRegression..::.IFunction) has not been called.

See Also