DateMotionCollectionT, TDerivativeAdd Method (JulianDate, T, TDerivative) |
Adds an item to the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Add(
JulianDate date,
T value,
params TDerivative[] derivatives
)
Public Sub Add (
date As JulianDate,
value As T,
ParamArray derivatives As TDerivative()
)
public:
virtual void Add(
JulianDate date,
T value,
... array<TDerivative>^ derivatives
) sealed
abstract Add :
date : JulianDate *
value : 'T *
derivatives : 'TDerivative[] -> unit
override Add :
date : JulianDate *
value : 'T *
derivatives : 'TDerivative[] -> unit
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date associated with the item. - value
- Type: T
The value to add. - derivatives
- Type: TDerivative
The derivatives to add. The first item in the array is the first derivative, the second item in the array is the second derivative, and so on.
Implements
IDateMotionCollectionT, TDerivativeAdd(JulianDate, T, TDerivative)See Also