EquationSolver<T>.UpperBound Property

Gets or sets the upper bound for the solution.

Definition

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

Property Value

T

Remarks

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

See Also