Click or drag to resize

AscendingIntegerCollectionRangesAscending Property

Enumerates all contiguous integer ranges in ascending order.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<ContiguousIntegerRange> RangesAscending { get; }

Property Value

IEnumerableContiguousIntegerRange

Implements

IAscendingIntegerCollectionRangesAscending
See Also