NumericalPropagationStateHistoryAdd Method (JulianDate, Double, NumericalIntegrationInformation) |
Add an entry to appropriate location in the state history. If the time already exists in the collection, the existing
state and info are overwritten.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Add(
JulianDate time,
double[] state,
NumericalIntegrationInformation info
)
Public Sub Add (
time As JulianDate,
state As Double(),
info As NumericalIntegrationInformation
)
public:
void Add(
JulianDate time,
array<double>^ state,
NumericalIntegrationInformation^ info
)
member Add :
time : JulianDate *
state : float[] *
info : NumericalIntegrationInformation -> unit
Parameters
- time
- Type: AGI.Foundation.TimeJulianDate
The time of the data. - state
- Type: SystemDouble
The raw state at the given time. - info
- Type: AGI.Foundation.PropagatorsNumericalIntegrationInformation
The information about the integration process prior to the given time.
See Also