Click or drag to resize

PropagationStateElementConverterStateIndices Property

Gets the indices locating each variable of this element within the overall state. The motion represents the value of this state element and its derivatives up to but not including the Order of the differential equation defining the state's derivative. The indices will be set by the NumericalPropagatorDefinition when this element is added.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<int[]> StateIndices { get; }

Property Value

Type: MotionInt32
See Also