P_CodeJam_Ranges_RangeBoundaryTo_1_IsInclusiveBoundary - rsdn/CodeJam GitHub Wiki
The boundary has value (is not an infinite boundary) and does include the value.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsInclusiveBoundary { get; }VB
Public ReadOnly Property IsInclusiveBoundary As Boolean
GetF#
member IsInclusiveBoundary : bool with get
Type: Booleantrue if the boundary is inclusive boundary; otherwise, false.