  | TwoSampleUnpairedTTestRightCriticalValue Property | 
            Gets the right critical value based on the current probability 
            distribution and alpha level associated with this hypothesis test.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double RightCriticalValue { get; }Public ReadOnly Property RightCriticalValue As Double
	Get
public:
property double RightCriticalValue {
	double get ();
}member RightCriticalValue : float with get
Property Value
Double
See Also