Click or drag to resize

ScalarDifferenceOfSegmentConstraintParameter Property

Gets 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.

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; }

Property Value

Type: TimeBasedStateParameter
See Also