Indicates whether the most recent calculation was successful.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public abstract bool IsGood { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property IsGood As Boolean |
| Visual C++ |
|---|
public:
virtual property bool IsGood {
bool get () abstract;
} |
See Also