SegmentPropagatorInequalityConstraintBoundValue 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> BoundValue { get; set; }
Public Property BoundValue As ValueDefinition(Of Double)
Get
Set
public:
property ValueDefinition<double>^ BoundValue {
ValueDefinition<double>^ get ();
void set (ValueDefinition<double>^ value);
}
member BoundValue : ValueDefinition<float> with get, set
Property Value
Type:
ValueDefinitionDoubleSee Also