OptimizerMultivariableFunctionResults.GetVariablesUsed Method |
Returns a copy of variable values used to compute the
function.
The values in the array are in the same order as the
Variables.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[] GetVariablesUsed()
Public Function GetVariablesUsed As Double()
public:
array<double>^ GetVariablesUsed()
member GetVariablesUsed : unit -> float[]
Return Value
Type:
Double[]The values of the variables used for the function evaluation.
See Also