-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_Ranges_CompositeRange_2_IsMerged
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The composite range cannot be simplified anymore. Subranges do not intersect and start one exactly after another.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsMerged { get; }
VB
Public ReadOnly Property IsMerged As Boolean
Get
F#
member IsMerged : bool with get
Type: Booleantrue
if all subranges are merged already; otherwise, false
.