  | IRegressionCalculationRankAvailable Property | 
            Returns true if the rank was calculated as a byproduct of the parameter
            calculation; otherwise, false.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxbool RankAvailable { get; }ReadOnly Property RankAvailable As Boolean
	Get
property bool RankAvailable {
	bool get ();
}abstract RankAvailable : bool with get
Property Value
Boolean
Remarks
            If true, the rank is available using the Rank property.
            
See Also