Click or drag to resize

SolvableMultivariableFunctionResults Constructor (Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SolvableMultivariableFunctionResults(
	double[] variableUsed,
	double[] constraintResults
)

Parameters

variableUsed
Type: SystemDouble
The values of the variables that were used to compute the function. This should just be the variables passed into the Evaluate method.
constraintResults
Type: SystemDouble
The value of the constraints as computed by a SolvableMultivariableFunction.
See Also