There was an error while loading. Please reload this page.
The range is Zero length range (the values of the boundary From and the boundary To are the same).
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsSinglePoint { get; }
VB
Public ReadOnly Property IsSinglePoint As Boolean Get
F#
member IsSinglePoint : bool with get
Type: Booleantrue if the range is single point range; otherwise, false.
true
false
Range(T, TKey) StructureCodeJam.Ranges Namespace