-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Ranges_Range_1_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
GetF#
member IsSinglePoint : bool with get
Type: Booleantrue if the range is single point range; otherwise, false.