Click or drag to resize

NumericalPropagatorState Constructor (Double[], JulianDate, NumericalPropagatorState)

Initializes an instance that copies all 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: 25.1.421.0 (25.1.421.0)
Syntax
public NumericalPropagatorState(
	double[] state,
	JulianDate currentDate,
	NumericalPropagatorState oldState
)

Parameters

state
Type:System.Double[]
The new current state.
currentDate
Type: AGI.Foundation.Time.JulianDate
The date of the current state.
oldState
Type: AGI.Foundation.Propagators.NumericalPropagatorState
The state to use to initialize all other properties.
See Also