Equation Solver.Current Upper Bound Property
Gets the upper bound of the convergence interval
at the current iteration.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected double CurrentUpperBound { get; set; }
Property Value
DoubleExceptions
Invalid | The convergence mode of the algorithm is not set to Interval. |