-
Couldn't load subscription status.
- 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 RangeBoundaryToKindVB
Public Enumeration RangeBoundaryToKindF#
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. |