-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Ranges_RangeBoundaryTo_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The RangeBoundaryTo(T) generic type exposes the following members.
Name | Description | |
---|---|---|
HasValue | The boundary has a value (is not an infinite boundary). | |
IsEmpty | The boundary == ∅. | |
IsExclusiveBoundary | The boundary has value (is not an infinite boundary) but does not include the value. | |
IsInclusiveBoundary | The boundary has value (is not an infinite boundary) and does include the value. | |
IsNotEmpty | The boundary != ∅. | |
IsPositiveInfinity | The boundary == +∞. | |
Kind | The kind of the boundary. | |
Value | The value of the boundary. |