Click or drag to resize

AscendingIntegerRangeCollectionRanges Property

Gets the ranges of the collection

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

Property Value

IEnumerableContiguousIntegerRange
The ranges.
See Also