Click or drag to resize

IntegerArrayAdd Method (Object)

Adds new element to IntegerArray.

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

Parameters

value
Type: SystemObject
New element, must be integer.

Return Value

Type: Int32
Index in which element was placed

Implements

IListAdd(Object)
See Also