OptimizerMultivariableFunctionResultsGetEqualityConstraintValues Method |
Returns a copy of equality constraint values computed by the
function.
The values in the array are in the same order as the
Equalities.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double[] GetEqualityConstraintValues()
Public Function GetEqualityConstraintValues As Double()
public:
array<double>^ GetEqualityConstraintValues()
member GetEqualityConstraintValues : unit -> float[]
Return Value
Type:
DoubleThe values of the equality constraints from the function evaluation.
See Also