NumericalPropagationStateHistory.Add Method (JulianDate,Double[]) |
Add an entry to the end of the state history. If the time already exists in the collection, the existing
time is overwritten.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Add(
JulianDate time,
double[] state
)
Public Sub Add (
time As JulianDate,
state As Double()
)
public:
void Add(
JulianDate time,
array<double>^ state
)
member Add :
time : JulianDate *
state : float[] -> unit
Parameters
- time
- Type: AGI.Foundation.Time.JulianDate
The time of the data. - state
- Type:System.Double[]
The raw state at the given time.
See Also