EquationSolver.UpperBound Property

Gets or sets the upper bound for the solution.

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double UpperBound { get; set; }

Property Value

Double

Remarks

The target function will not be evaluated at values greater than this upper bound.

See Also