Click or drag to resize

MultivariableFunctionSolverIterationResults.IndexOfConstraint Method

Overload List
  NameDescription
Public methodIndexOfConstraint(SolverConstraintSettings)
Gets the index of the SolverConstraintSettings in the array that is returned by the GetConstraintSettings() method. This index also corresponds to the evaluated value in the array returned by the GetConstraintValues() of every SolvableMultivariableFunctionResults stored in this set of results.
Public methodIndexOfConstraint(String)
Gets the index of the SolverConstraintSettings with the matching constraintName in the array that is returned by the GetConstraintSettings() method. This index also corresponds to the evaluated value in the array returned by the GetConstraintValues() of every SolvableMultivariableFunctionResults stored in this set of results.
Top
See Also