Equation Solver.Lower Bound Property
Gets or sets the lower bound for the solution.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double LowerBound { get; set; }
Property Value
DoubleRemarks
The target function will not be evaluated at values less than this lower bound.