EquationSolver<T>.CurrentUpperBound Property

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

Definition

Namespace: Numerics.NET.EquationSolvers.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
protected T CurrentUpperBound { get; set; }

Property Value

T

Exceptions

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

See Also