  | TwoSampleFTestUpperConfidenceLimit Property | 
            Gets the 1 - alpha upper confidence limit for the true mean.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double UpperConfidenceLimit { get; }Public ReadOnly Property UpperConfidenceLimit As Double
	Get
public:
property double UpperConfidenceLimit {
	double get ();
}member UpperConfidenceLimit : float with get
Property Value
Double
Remarks
            Returns Double.PositiveInfinity for one-sided tests to the right.
            
See Also