IDateMotionCollection<T, TDerivative>.Add Method (JulianDate, Motion<T, TDerivative>) |
Adds an item to the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxvoid Add(
JulianDate date,
Motion<T, TDerivative> motion
)
Sub Add (
date As JulianDate,
motion As Motion(Of T, TDerivative)
)
void Add(
JulianDate date,
Motion<T, TDerivative> motion
)
abstract Add :
date : JulianDate *
motion : Motion<'T, 'TDerivative> -> unit
Parameters
- date
- Type: AGI.Foundation.Time.JulianDate
The date associated with the item. - motion
- Type: AGI.Foundation.Motion<T, TDerivative>
The item to add.
See Also