Click or drag to resize

DateMotionCollectionTAdd Method (JulianDate, T, T)

Adds an item to the collection.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Add(
	JulianDate date,
	T value,
	T firstDerivative
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date associated with the item.
value
Type: T
The value to add.
firstDerivative
Type: T
The first derivative to add.

Implements

IDateMotionCollectionTAdd(JulianDate, T, T)
See Also