-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Ranges_CompositeRange_1_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
GetF#
member IsMerged : bool with get
Type: Booleantrue if all subranges are merged already; otherwise, false.