IMsTargetConstraintCommon.LowerBound

Fore Syntax

LowerBound: Double;

Fore.NET Syntax

LowerBound: double;

Description

The LowerBound property determines lower constraint limit value.

Comments

To determine upper constraint limit, use the IMsTargetConstraintCommon.UpperBound property.

Fore and Fore.NET Examples

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

See also:

IMsTargetConstraintCommon