Returns true if the rank was calculated as a byproduct of the parameter calculation; otherwise, false.

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

Syntax

C#
bool RankAvailable { get; }
Visual Basic (Declaration)
ReadOnly Property RankAvailable As Boolean
Visual C++
property bool RankAvailable {
	bool get ();
}

Remarks

If true, the rank is available using the Rank property.

See Also