ExtremeValueOfSegmentConstraint Constructor (SegmentDefinition, Double, Double, ExtremumType) |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ExtremeValueOfSegmentConstraint(
SegmentDefinition segment,
double desiredValue,
double tolerance,
ExtremumType extremumType
)
Public Sub New (
segment As SegmentDefinition,
desiredValue As Double,
tolerance As Double,
extremumType As ExtremumType
)
public:
ExtremeValueOfSegmentConstraint(
SegmentDefinition^ segment,
double desiredValue,
double tolerance,
ExtremumType extremumType
)
new :
segment : SegmentDefinition *
desiredValue : float *
tolerance : float *
extremumType : ExtremumType -> ExtremeValueOfSegmentConstraint
Parameters
- 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. - extremumType
- Type: AGI.Foundation.NumericalMethodsExtremumType
The type of the extremum (minimum, maximum).
See Also