EquationSolver.CurrentUpperBound 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.0
C#
protected double CurrentUpperBound { get; set; }

Property Value

Double

Exceptions

InvalidOperationException

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

See Also