Click or drag to resize

IDateMotionCollection<T, TDerivative>.Add Method (JulianDate, 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)
Syntax
void Add(
	JulianDate date,
	T value,
	params TDerivative[] derivatives
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
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 is the second derivative, and so on.
See Also