Click or drag to resize

IntegerArrayInsert Method (Int32, Int32)

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,
	int val
)

Parameters

index
Type: SystemInt32
Insertion position.
val
Type: SystemInt32
Element to insert.

Implements

IListTInsert(Int32, T)
See Also