Returns true if the iterations for all of the roots have converged.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual bool AllConverged { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property AllConverged As Boolean
Visual C++
public:
virtual property bool AllConverged {
	bool get ();
}

Field Value

A bool representing status of the roots convergence. AllConverged = true if the iterations for all of the roots converged.

See Also