IMsTargetConstraintCommon.UpperBound

Fore Syntax

UpperBound: Double;

Fore.NET Syntax

UpperBound: double;

Description

The UpperBound property determines upper constraint limit value.

Comments

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

Fore and Fore.NET Examples

The property use is given in the example for IMsOptimizationProblem.CriterionFunction.

See also:

IMsTargetConstraintCommon