Click or drag to resize

NumericalPropagationStateHistoryAdd 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: 24.1.418.0 (24.1.418.0)
Syntax
public void Add(
	JulianDate time,
	double[] state
)

Parameters

time
Type: AGI.Foundation.TimeJulianDate
The time of the data.
state
Type: SystemDouble
The raw state at the given time.
See Also