  | TwoSampleFTestDefaultAlpha Property | 
            Gets and sets the default alpha level associated with TwoSampleFTests.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double DefaultAlpha { get; set; }Public Shared Property DefaultAlpha As Double
	Get
	Set
public:
static property double DefaultAlpha {
	double get ();
	void set (double value);
}static member DefaultAlpha : float with get, set
Property Value
Double
See Also