Equation Solver.Current Upper Bound Property
Gets the upper 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected double CurrentUpperBound { get; set; }
Property Value
DoubleExceptions
Invalid | The convergence mode of the algorithm is not set to Interval. |