| PowerMethodIsGood Property |
Returns true if the most recent calculation converged with respect to
the tolerance in less than the maximum number of iterations.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public bool IsGood { get; }
Public ReadOnly Property IsGood As Boolean
Get
public:
property bool IsGood {
bool get ();
}
member IsGood : bool with get
Property Value
BooleanSee Also