Click or drag to resize
ZerosFunctionAllConverged Property
Returns true if the iterations for all of the roots have converged.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool AllConverged { 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