INonLinearConstraint.BoundaryUpper

Fore Syntax

BoundaryUpper: Double;

Fore.NET Syntax

BoundaryUpper: double;

Description

The BoundaryUpper property determines the upper bound.

Comments

To determine the lower bound of non-linear constraint, use the INonLinearConstraint.BoundaryLower property.

Fore and Fore.NET Example

The property use is given in the example for INonLinearConstraint.Result.

See also:

INonLinearConstraint