Click or drag to resize

PropagationStepInformation Constructor

Initializes a new instance.

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 PropagationStepInformation(
	JulianDate initialTime,
	JulianDate finalTime,
	PropagationStateArray initialState,
	PropagationStateArray finalState
)

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