PropagationStepInformation Constructor |
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 public PropagationStepInformation(
JulianDate initialTime,
JulianDate finalTime,
PropagationStateArray initialState,
PropagationStateArray finalState
)
Public Sub New (
initialTime As JulianDate,
finalTime As JulianDate,
initialState As PropagationStateArray,
finalState As PropagationStateArray
)
public:
PropagationStepInformation(
JulianDate initialTime,
JulianDate finalTime,
PropagationStateArray initialState,
PropagationStateArray finalState
)
new :
initialTime : JulianDate *
finalTime : JulianDate *
initialState : PropagationStateArray *
finalState : PropagationStateArray -> PropagationStepInformation
Parameters
- initialTime
- Type: AGI.Foundation.TimeJulianDate
The time corresponding to the dependent variable values at the beginning of the step. - finalTime
- Type: AGI.Foundation.TimeJulianDate
The time corresponding to the dependent variable values at the end of the step. - initialState
- Type: AGI.Foundation.PropagatorsPropagationStateArray
The dependent variables at the beginning of the step. - finalState
- Type: AGI.Foundation.PropagatorsPropagationStateArray
The dependent variables at the end of the step.
See Also