NumericalPropagationStateHistory Methods |
The NumericalPropagationStateHistory type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(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.
|
![]() | Add(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.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDateMotionCollection<T> |
Gets a DateMotionCollection<T> of the given type based on a string identification
corresponding to either a PropagationStateElement or AuxiliaryStateElement.
The type must correspond to the type of the state element or it will throw an exception.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes entries associated with the specified time.
|
![]() | RemoveAt |
Remove entries at a given index.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |