Void IMethod.AddDoubleListVariable(String bsVariableID, IListCpp dblInitialValue, Double pValues)

Adds an input double-precision variable with its sorted list of possible double-precision values.

Parameters

  • bsVariableID
    Type: String
    Variable identifier.
  • dblInitialValue
    Type: IListCpp
    Initial value of the variable. For an optimization method, this is the value at the starting point, if the method uses one.
  • pValues
    Type: Double
    Sorted list of possible double-precision values.