| IPLS1CalcIsGood Property |
Indicates whether the most recent calculation was successful or not.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public abstract bool IsGood { get; }
Public MustOverride ReadOnly Property IsGood As Boolean
Get
public:
virtual property bool IsGood {
bool get () abstract;
}
abstract IsGood : bool with get
Property Value
BooleanSee Also