ZerosFunctionAllConverged Property |
Returns true if the iterations for all of the roots have converged.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool AllConverged { get; }
Public Overridable ReadOnly Property AllConverged As Boolean
Get
public:
virtual property bool AllConverged {
bool get ();
}
abstract AllConverged : bool with get
override AllConverged : bool with get
Property Value
Type:
Boolean
A
bool representing status of the roots convergence.
AllConverged =
true if the iterations
for all of the roots converged.
See Also