Click or drag to resize

NumericalPropagatorState Constructor (Double, JulianDate, NumericalPropagatorState)

Initializes an instance that copies all of the information from the oldState except for the CurrentState and CurrentDate.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NumericalPropagatorState(
	double[] state,
	JulianDate currentDate,
	NumericalPropagatorState oldState
)

Parameters

state
Type: SystemDouble
The new current state.
currentDate
Type: AGI.Foundation.TimeJulianDate
The date of the current state.
oldState
Type: AGI.Foundation.PropagatorsNumericalPropagatorState
The state to use to initialize all other properties.
See Also