|  | ShapiroWilkTestReject Property | 
            Returns true if the null hypothesis can be rejected, using the current 
            hypothesis type and alpha level; otherwise, false.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool Reject { get; }Public ReadOnly Property Reject As Boolean
	Get
public:
property bool Reject {
	bool get ();
}member Reject : bool with get
Property Value
Boolean Remarks
Remarks
            Returns true if P < Alpha; otherwise, false. 
             
 See Also
See Also