Click or drag to resize

NumericalPropagationStateHistory.Add 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: 25.1.421.0 (25.1.421.0)
Syntax
public void Add(
	JulianDate time,
	double[] state,
	NumericalIntegrationInformation info
)

Parameters

time
Type: AGI.Foundation.Time.JulianDate
The time of the data.
state
Type:System.Double[]
The raw state at the given time.
info
Type: AGI.Foundation.Propagators.NumericalIntegrationInformation
The information about the integration process prior to the given time.
See Also