Equation Solver.Upper Bound Property
Gets or sets the upper bound for the solution.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public double UpperBound { get; set; }
Property Value
DoubleRemarks
The target function will not be evaluated at values greater than this upper bound.