PropagationStateElementConverter Constructor (String, MotionInt32, MotionDouble) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected PropagationStateElementConverter(
string identification,
Motion<int[]> stateIndices,
Motion<double[]> initialState
)
Protected Sub New (
identification As String,
stateIndices As Motion(Of Integer()),
initialState As Motion(Of Double())
)
protected:
PropagationStateElementConverter(
String^ identification,
Motion<array<int>^> stateIndices,
Motion<array<double>^> initialState
)
new :
identification : string *
stateIndices : Motion<int[]> *
initialState : Motion<float[]> -> PropagationStateElementConverter
Parameters
- identification
- Type: SystemString
A string identifying this instance in the overall output. - stateIndices
- Type: AGI.FoundationMotionInt32
The indices of the individual values and their derivatives in the overall state. - initialState
- Type: AGI.FoundationMotionDouble
The values of the state at the epoch of the overall NumericalPropagatorDefinition.
See Also