Click or drag to resize

BairstowRootFinderSolveResultConverged Property

Property for determining convergence.
C#
true
if the step size fell below the specified tolerance before the number of iterations exceeded the specified maximum value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Converged { get; }

Property Value

Boolean
See Also