-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Ranges_Range_1_IsSinglePoint
andrewvk edited this page Jul 1, 2016
·
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: 1.1.0.0 (1.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
.