INonLinearConstraint.BoundaryLower

Fore Syntax

BoundaryLower: Double;

Fore.NET Syntax

BoundaryLower: double;

Description

The BoundaryLower property determines lower bound.

Comments

To determine upper bound of non-linear constraint, use the INonLinearConstraint.BoundaryUpper property.

Fore and Fore.NET Example

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

See also:

INonLinearConstraint