Click or drag to resize

DateMotionCollection<T>.InsertItem Method (Int32, JulianDate, T, T, T)

Inserts an item at a particular index.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void InsertItem(
	int index,
	JulianDate date,
	T value,
	T firstDerivative,
	T secondDerivative
)

Parameters

index
Type: System.Int32
The index of the item to insert.
date
Type: AGI.Foundation.Time.JulianDate
The date for the item.
value
Type: T
The value for the item.
firstDerivative
Type: T
The first derivative for the item.
secondDerivative
Type: T
The second derivative for the item.
See Also