MultivariableFunctionSolverIterationResultsIndexOfVariable Method (String) |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic int IndexOfVariable(
string variableName
)
Public Function IndexOfVariable (
variableName As String
) As Integer
public:
int IndexOfVariable(
String^ variableName
)
member IndexOfVariable :
variableName : string -> int
Parameters
- variableName
- Type: SystemString
The name of the SolverVariableSettings whose index is desired.
Return Value
Type:
Int32The index of the
SolverVariableSettings with the matching
variableName
and variable value in all of the
SolvableMultivariableFunctionResults stored in this, or -1 if the
SolverVariableSettings is not stored in this set of results.
See Also