SegmentPropagatorConstraintEvaluatorDesiredValue Method |
Evaluates the desired value of this constraint.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DesiredValue()
Public Function DesiredValue As Double
public:
double DesiredValue()
member DesiredValue : unit -> float
Return Value
Type:
DoubleThe desired value of this constraint.
Remarks Note that this method could fail if the desired value is parameterized and this method is called outside of the segment propagation system.
See Also