Click or drag to resize

DateMotionCollectionT Constructor (Int32, Int32)

Initializes a new instance with a particular size and order.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DateMotionCollection(
	int size,
	int order
)

Parameters

size
Type: SystemInt32
The number of items in the collection.
order
Type: SystemInt32
The number of derivatives that the collection should store.
Remarks
After constructing a new instance with this constructor, the Count property will return size and SetItem(Int32, JulianDate, T) can be used to set the value at a particular index. Also, the Order property will return order.
See Also