Click or drag to resize

ContiguousIntegerRangeRangesDescending Property

Gets the ranges of integers in descending order.

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

Property Value

IEnumerableContiguousIntegerRange

Implements

IAscendingIntegerCollectionRangesDescending
See Also