-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Ranges_Range_1
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
The Range(T) generic type exposes the following members.
Name | Description | |
---|---|---|
From | Boundary From. Limits the values from the left. | |
FromValue | The value of Boundary From. | |
IsEmpty | The range is empty, ∅. | |
IsInfinite | The range is Infinite range (-∞..+∞). | |
IsNotEmpty | The range is NOT empty, ≠ ∅. | |
IsSinglePoint | The range is Zero length range (the values of the boundary From and the boundary To are the same). | |
To | Boundary To. Limits the values from the right. | |
ToValue | The value of Boundary To. |