ExtremeValueOfSegmentConstraint Constructor (Scalar, SegmentDefinition, Double, Double, TimeBasedStateParameter, ExtremumType) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ExtremeValueOfSegmentConstraint(
	Scalar scalar,
	SegmentDefinition segment,
	double desiredValue,
	double tolerance,
	TimeBasedStateParameter parameter,
	ExtremumType extremumType
)
Public Sub New ( 
	scalar As Scalar,
	segment As SegmentDefinition,
	desiredValue As Double,
	tolerance As Double,
	parameter As TimeBasedStateParameter,
	extremumType As ExtremumType
)
public:
ExtremeValueOfSegmentConstraint(
	Scalar^ scalar, 
	SegmentDefinition^ segment, 
	double desiredValue, 
	double tolerance, 
	TimeBasedStateParameter^ parameter, 
	ExtremumType extremumType
)
new : 
        scalar : Scalar * 
        segment : SegmentDefinition * 
        desiredValue : float * 
        tolerance : float * 
        parameter : TimeBasedStateParameter * 
        extremumType : ExtremumType -> ExtremeValueOfSegmentConstraintParameters
- scalar
 - Type: AGI.Foundation.GeometryScalar
The Scalar to use to compare to the 
            desiredValue. - segment
 - Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition whose states will 
            be used to compute the Scalar. - 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. - parameter
 - Type: AGI.Foundation.GeometryTimeBasedStateParameter
The parameter to use to when computing the desiredValue. - extremumType
 - Type: AGI.Foundation.NumericalMethodsExtremumType
The type of the extremum (minimum, maximum). 
See Also