-
Notifications
You must be signed in to change notification settings - Fork 34
T_CodeJam_Ranges_RangeBoundaryFromKind
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The kind of From range boundary.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public enum RangeBoundaryFromKindVB
Public Enumeration RangeBoundaryFromKindF#
type RangeBoundaryFromKind
| Member name | Value | Description | |
|---|---|---|---|
| Empty | 0 | Empty, '∅'. | |
| Infinite | 1 | Negative infinity, '(-∞,??', no From limit. | |
| Inclusive | 4 | Greater than or equal to, '[a,??', x >= a. | |
| Exclusive | 16 | Greater than value, '(a,??', x > a. |