Click or drag to resize

IntegerArrayInsert Method (Int32, Object)

Insert element on position. All elements starting from index to collection size will be shifted to the right.

Namespace:  FinMath.DataStructures
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void Insert(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
Insertion position.
value
Type: SystemObject
Element to insert.

Implements

IListInsert(Int32, Object)
See Also