|  | TwoSampleUnpairedUnequalTTestDefaultAlpha Property | 
            Gets and sets the default alpha level associated with TwoSampleUnpairedUnequalTTests.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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
See Also