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.2.419.0 (24.2.419.0)
Syntax public Motion<int[]> StateIndices { get; }
Public ReadOnly Property StateIndices As Motion(Of Integer())
Get
public:
property Motion<array<int>^> StateIndices {
Motion<array<int>^> get ();
}
member StateIndices : Motion<int[]> with get
Property Value
Type:
MotionInt32See Also