Click or drag to resize

NumericalPropagationStateHistoryRemove Method

Removes entries associated with the specified time.

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 Remove(
	JulianDate time
)

Parameters

time
Type: AGI.Foundation.TimeJulianDate
The time to remove.
See Also