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