CartesianStateElementConverter Constructor (String, Motion<Int32[]>, Motion<Cartesian>) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CartesianStateElementConverter(
string identification,
Motion<int[]> stateIndices,
Motion<Cartesian> initialState
)
Public Sub New (
identification As String,
stateIndices As Motion(Of Integer()),
initialState As Motion(Of Cartesian)
)
public:
CartesianStateElementConverter(
String^ identification,
Motion<array<int>^> stateIndices,
Motion<Cartesian> initialState
)
new :
identification : string *
stateIndices : Motion<int[]> *
initialState : Motion<Cartesian> -> CartesianStateElementConverter
Parameters
- identification
- Type: System.String
A string identifying this instance in the overall output. - stateIndices
- Type: AGI.Foundation.Motion<Int32[]>
The indices of the individual values and their derivatives in the overall state. - initialState
- Type: AGI.Foundation.Motion<Cartesian>
The values of the state at the epoch of the overall NumericalPropagatorDefinition.
See Also