Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ValueDefinition<double> DesiredValue { get; set; }

Property Value

Type: ValueDefinitionDouble
See Also