Click or drag to resize

NumericalPropagationStateHistory.Remove Method

Removes entries associated with the specified time.

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

Parameters

time
Type: AGI.Foundation.Time.JulianDate
The time to remove.
See Also