Optimizer.GetStateVariableValues() Method

Top 

Description

Returns an array of the most recent values for the state variables that have been evaluated.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

Optimizer.GetStateVariableValues(

)

 

 

Return Value

Type:

Array of number

 

 

Returns the values of all state variables.

 

Syntax

myArray1 = myOptimizer1.GetStateVariableValues();

 

 

See also

Optimizer Object