-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Collections_QueryRangeBoundaries
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Marks boundaries that should be checked for inifinte (null
values)
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[FlagsAttribute]
public enum QueryRangeBoundaries
VB
<FlagsAttribute>
Public Enumeration QueryRangeBoundaries
F#
[<FlagsAttribute>]
type QueryRangeBoundaries
Member name | Value | Description | |
---|---|---|---|
FiniteBoth | 0 | Both boundaries are finite. | |
InfinityFrom | 2 | The boundary from is infinite. | |
InfinityTo | 1 | The boundary to is infinite. | |
InfiniteBoth | 3 | Both boundaries are infinite |