SolverConstraintSettings Constructor (Double, Double, SolverConstraintScaling) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SolverConstraintSettings(
	double desiredValue,
	double tolerance,
	SolverConstraintScaling scaling
)
Public Sub New ( 
	desiredValue As Double,
	tolerance As Double,
	scaling As SolverConstraintScaling
)
public:
SolverConstraintSettings(
	double desiredValue, 
	double tolerance, 
	SolverConstraintScaling^ scaling
)
new : 
        desiredValue : float * 
        tolerance : float * 
        scaling : SolverConstraintScaling -> SolverConstraintSettingsParameters
- desiredValue
 - Type: SystemDouble
The desired value that the function
            will be driven to. - tolerance
 - Type: SystemDouble
How close the evaluated value must get to the DesiredValue to consider
            this constraint satisfied. - scaling
 - Type: AGI.Foundation.NumericalMethodsSolverConstraintScaling
Sets the type of scaling to be used on this constraint. 
See Also