-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Ranges_Range_2_IsSinglePoint
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The range is Zero length range (the values of the boundary From and the boundary To are the same).
Namespace: CodeJam.Ranges
Assembly: 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
.