Click or drag to resize

MultivariableFunctionSolverIterationResultsIndexOfVariable Method

Overload List
  NameDescription
Public methodIndexOfVariable(SolverVariableSettings)
Gets the index of the SolverVariableSettings in the array that is returned by the GetVariableSettings method. This index also corresponds to the variable values in the array returned by the GetVariablesUsed of every SolvableMultivariableFunctionResults stored in this set of results.
Public methodIndexOfVariable(String)
Gets the index of the SolverVariableSettings with the matching variableName in the array that is returned by the GetVariableSettings method. This index also corresponds to the variable value in the array returned by the GetVariablesUsed of every SolvableMultivariableFunctionResults stored in this set of results.
Top
See Also