We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The boundary has value (is not an infinite boundary) but does not include the value.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsExclusiveBoundary { get; }
VB
Public ReadOnly Property IsExclusiveBoundary As Boolean Get
F#
member IsExclusiveBoundary : bool with get
Type: Booleantrue if the boundary is exclusive boundary; otherwise, false.
true
false
RangeBoundaryTo(T) StructureCodeJam.Ranges Namespace