NumericalPropagationStateHistoryRemove Method |
Removes entries associated with the specified time.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Remove(
JulianDate time
)
Public Sub Remove (
time As JulianDate
)
public:
void Remove(
JulianDate time
)
member Remove :
time : JulianDate -> unit
Parameters
- time
- Type: AGI.Foundation.TimeJulianDate
The time to remove.
See Also