SolverConstraintSettings Constructor (Double, Double) |
Initializes a new instance with no scaling.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SolverConstraintSettings(
double desiredValue,
double tolerance
)
Public Sub New (
desiredValue As Double,
tolerance As Double
)
public:
SolverConstraintSettings(
double desiredValue,
double tolerance
)
new :
desiredValue : float *
tolerance : float -> SolverConstraintSettings
Parameters
- 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.
See Also