-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_Ranges_RangeBoundaryTo_1_HasValue
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The boundary has a value (is not an infinite boundary).
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool HasValue { get; }
VB
Public ReadOnly Property HasValue As Boolean
Get
F#
member HasValue : bool with get
Type: Booleantrue
if the boundary has a value; otherwise, false
.