-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Ranges_RangeBoundaryFromKind
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The kind of From range boundary.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public enum RangeBoundaryFromKind
VB
Public Enumeration RangeBoundaryFromKind
F#
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. |