-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Ranges_RangeBoundaryToKind
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The kind of To range boundary.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public enum RangeBoundaryToKind
VB
Public Enumeration RangeBoundaryToKind
F#
type RangeBoundaryToKind
Member name | Value | Description | |
---|---|---|---|
Empty | 0 | Empty, '∅'. | |
Exclusive | 2 | Less than value, '??,b)', x < b. | |
Inclusive | 8 | Less than or equal to, '??,b]', x <= b. | |
Infinite | 32 | PositiveInfinity, '??,+∞)', no To limit. |