Click or drag to resize

SegmentPropagatorConstraintEvaluatorDesiredValue Method

Evaluates the desired value of this constraint.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double DesiredValue()

Return Value

Type: Double
The 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