ITargetConstraintInfo.LowerBound

Fore syntax

LowerBound: Double;

Fore.NET syntax

LowerBound: double;

Description

The LowerBound property determines constraint lower border value.

Comments

To set constraint upper border, use the ITargetConstraintInfo.UpperBound property.

Fore and Fore.NET examples

The property use is given in the example for ITargetConstraintInfo.OptimalValue.

See also:

ITargetConstraintInfo