ParetoFrontSolution.GetIntegerStateVariableValue(String) Method

Top 

Description

Returns the value of the specified integer state variable for this solution on the Pareto front.

 

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

ParetoFrontSolution.GetIntegerStateVariableValue(

String label)

 

 

Arguments

label


Description:

The label of the state variable.

 

 

 

Return Value

Type:

number

 

 

Returns the value of the specified integer state variable.

 

Syntax

myVariable1 = myParetoFrontSolution1.GetIntegerStateVariableValue(myString1);

 

 

See also

ParetoFrontSolution Object