SegmentPropagatorConstraintDesiredValue Property |
Gets or sets the threshold that the
evaluated value
will be compared to when solving for a particular trajectory. This value must not vary in time; consider
using a
ParameterizedValueDefinitionT if you want to change this value at propagation time.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<double> DesiredValue { get; set; }
Public Property DesiredValue As ValueDefinition(Of Double)
Get
Set
public:
property ValueDefinition<double>^ DesiredValue {
ValueDefinition<double>^ get ();
void set (ValueDefinition<double>^ value);
}
member DesiredValue : ValueDefinition<float> with get, set
Property Value
Type:
ValueDefinitionDoubleSee Also