Click or drag to resize

IndexArrayItem Property

Gets the index at the ith position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int this[
	int i
] { get; set; }

Parameters

i  Int32
Index position.

Return Value

Int32
Index at the ith position
See Also