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