Click or drag to resize

ExtremeValueOfSegmentConstraintParameter Property

Gets or sets the parameter to use when evaluating the Scalar. The Scalar must be set to evaluate at any time during the ephemeris of the Segment. The common way to do that is to create a Scalar that is built from a ParameterizedOnStateScalar, ParameterizedOnStatePoint or ParameterizedOnStateVector with this parameter as their parameter. Note that there is coupling between this and the Scalar, and as such be sure to update this property if the parameter the Scalar depends on changes.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeBasedStateParameter Parameter { get; set; }

Property Value

Type: TimeBasedStateParameter
See Also