AscendingIntegerRangeCollectionItem Property |
Gets the
Int32 element with the specified index.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int this[
int idx
] { get; }
Parameters
- idx Int32
- The index of the element.
Property Value
Int32The element.
Return Value
Int32Element at the specified index.
Exceptions See Also