Click or drag to resize

OptimizerMultivariableFunctionResults.GetInequalityConstraintValues Method

Returns a copy of inequality constraint values computed by the function. The values in the array are in the same order as the Inequalities.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double[] GetInequalityConstraintValues()

Return Value

Type:Double[]
The values of the inequality constraints from the function evaluation.
See Also