OptimizationStateVariable.LowerBound Property

Top 

Description

Lower bound associated with the state variable.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

-1.0e20

 

Syntax

myVariable1 = myOptimizationStateVariable1.LowerBound;

 

myOptimizationStateVariable1.LowerBound = myVariable1;

 

See also

OptimizationStateVariable Object