-
Notifications
You must be signed in to change notification settings - Fork 36
Properties_T_CodeJam_Ranges_CompositeRange_2
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
The CompositeRange(T, TKey) generic type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ContainingRange | Range that contains all subranges. |
![]() |
IsEmpty | The composite range is empty, ∅. |
![]() |
IsMerged | The composite range cannot be simplified anymore. Subranges do not intersect and start one exactly after another. |
![]() |
IsNotEmpty | The composite range is NOT empty, ≠ ∅ |
![]() |
SubRanges | Collection of subranges. |