There was an error while loading. Please reload this page.
The composite range cannot be simplified anymore. Subranges do not intersect and start one exactly after another.
Namespace: CodeJam.RangesAssembly: 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.
true
false
CompositeRange(T) StructureCodeJam.Ranges Namespace