EquationSolver.CurrentLowerBound Property

Gets the lower bound of the convergence interval at the current iteration.

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected double CurrentLowerBound { get; set; }

Property Value

Double

Exceptions

InvalidOperationException The convergence mode of the algorithm is not set to Interval.

See Also