We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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