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