  | OneSampleAndersonDarlingTestIsGood Property | 
            If the test statistic cannot be derived then IsGood is
            set to false.  Otherwise, IsGood is true.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsGood { get; }Public ReadOnly Property IsGood As Boolean
	Get
public:
property bool IsGood {
	bool get ();
}member IsGood : bool with get
Property Value
Boolean
See Also