Click or drag to resize

IntegerArrayItem Property

Returns certain element of the array by its index.

Namespace:  FinMath.DataStructures
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public int this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the element to return.

Return Value

Type: Int32
The requested element of the array.

Implements

IListTItemInt32
See Also