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