Click or drag to resize

AscendingIntegerRangeCollectionItem Property

Gets the Int32 element with the specified index.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int this[
	int idx
] { get; }

Parameters

idx  Int32
The index of the element.

Property Value

Int32
The element.

Return Value

Int32
Element at the specified index.
Exceptions
ExceptionCondition
IndexOutOfRangeException If idx is less than 0 or greater than or equal to Count.
See Also