SegmentPropagatorConstraint Constructor (ValueDefinitionDouble, Double) | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected SegmentPropagatorConstraint(
	ValueDefinition<double> desiredValue,
	double tolerance
)
Protected Sub New ( 
	desiredValue As ValueDefinition(Of Double),
	tolerance As Double
)
protected:
SegmentPropagatorConstraint(
	ValueDefinition<double>^ desiredValue, 
	double tolerance
)
new : 
        desiredValue : ValueDefinition<float> * 
        tolerance : float -> SegmentPropagatorConstraintParameters
- desiredValue
 - Type: AGI.Foundation.InfrastructureValueDefinitionDouble
            The desired value that the SolvableMultivariableFunction
            will be driven to.
             - tolerance
 - Type: SystemDouble
            How close the evaluated value must get to the desiredValue
            to consider this constraint satisfied.
             
See Also