-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Ranges_RangeBoundaryTo_1
andrewvk edited this page Jul 1, 2016
·
3 revisions
The RangeBoundaryTo(T) generic type exposes the following members.
Name | Description | |
---|---|---|
HasValue | The boundary has a value. | |
IsEmpty | The boundary == ∅. | |
IsExclusiveBoundary | The boundary does not include the value. | |
IsInclusiveBoundary | The boundary includes the value. | |
IsNotEmpty | The boundary != ∅. | |
IsPositiveInfinity | The boundary == +∞. | |
Kind | The kind of the boundary. | |
Value | The value of the boundary. |