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: 24.2.419.0 (24.2.419.0)
Syntax public NumericalPropagatorState(
double[] state,
JulianDate currentDate,
NumericalPropagatorState oldState
)
Public Sub New (
state As Double(),
currentDate As JulianDate,
oldState As NumericalPropagatorState
)
public:
NumericalPropagatorState(
array<double>^ state,
JulianDate currentDate,
NumericalPropagatorState^ oldState
)
new :
state : float[] *
currentDate : JulianDate *
oldState : NumericalPropagatorState -> NumericalPropagatorState
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