-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Ranges_RangeBoundaryTo_1_IsExclusiveBoundary
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The boundary has value (is not an infinite boundary) but does not include the value.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsExclusiveBoundary { get; }VB
Public ReadOnly Property IsExclusiveBoundary As Boolean
GetF#
member IsExclusiveBoundary : bool with get
Type: Booleantrue if the boundary is exclusive boundary; otherwise, false.