DateMotionCollectionT, TDerivativeSetItem Method (Int32, JulianDate, T, TDerivative) |
Sets an item at a particular index.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetItem(
int index,
JulianDate date,
T value,
params TDerivative[] derivatives
)
Public Sub SetItem (
index As Integer,
date As JulianDate,
value As T,
ParamArray derivatives As TDerivative()
)
public:
virtual void SetItem(
int index,
JulianDate date,
T value,
... array<TDerivative>^ derivatives
) sealed
abstract SetItem :
index : int *
date : JulianDate *
value : 'T *
derivatives : 'TDerivative[] -> unit
override SetItem :
index : int *
date : JulianDate *
value : 'T *
derivatives : 'TDerivative[] -> unit
Parameters
- index
- Type: SystemInt32
The index of the item to set. - date
- Type: AGI.Foundation.TimeJulianDate
The new date for the item. - value
- Type: T
The new value for the item. - derivatives
- Type: TDerivative
The new derivatives for the item.
Implements
IDateMotionCollectionT, TDerivativeSetItem(Int32, JulianDate, T, TDerivative)See Also