MultiObjectiveOptimizer.GetIntegerStateVariable(String) Method

Top 

Description

Returns a reference to the specified integer 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.

 

Method Signature

MultiObjectiveOptimizer.GetIntegerStateVariable(

String label)

 

 

Arguments

label


Description:

The label corresponding to the state variable.

 

 

 

Return Value

Type:

MultiObjectiveOptimizationStateVariable

 

 

Returns the integer state variable associated with the specified label.

 

Syntax

myMultiObjectiveOptimizer1.GetIntegerStateVariable(myString1);

 

 

See also

MultiObjectiveOptimizer Object