IVarTargetConstraint.LowerBound

Fore syntax

LowerBound: Double;

Fore.NET syntax

LowerBound: double;

Description

The LowerBound property determines constraint lower border value.

Comments

To set upper constraint limit, use the IVarTargetConstraint.UpperBound property.

Fore and Fore.NET examples

The property use is given in the example for IVarTargetConstraint.Include.

See also:

IVarTargetConstraint.Include