ITargetConstraintInfo.UpperBound

Fore Syntax

UpperBound: Double;

Fore.NET Syntax

UpperBound: double;

Description

The UpperBound property determines an upper constraint limit.

Comments

To set lower constraint limit, use the ITargetConstraintInfo.LowerBound property.

Fore and Fore.NET Examples

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

See also:

ITargetConstraintInfo