Equation Solver.Current Lower Bound Property
Gets the lower 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 CurrentLowerBound { get; set; }
Property Value
DoubleExceptions
Invalid | The convergence mode of the algorithm is not set to Interval. |