We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The boundary has a value (is not an infinite boundary).
Namespace: CodeJam.RangesAssembly: 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.
true
false
RangeBoundaryFrom(T) StructureCodeJam.Ranges Namespace