Returns the rank if it was calculated as a byproduct of the parameter calculation.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
int Rank { get; }
Visual Basic (Declaration)
ReadOnly Property Rank As Integer
Visual C++
property int Rank {
	int get ();
}

Remarks

If the RankAvailable property is false, this get should throw an exception.

See Also