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.3448.0 (4.8.3448.0)
Syntax
C#
public int this[
	int idx
] { get; }

Parameters

idx  Int32
The index of the element.

Return Value

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