Skip to content

T_CodeJam_Ranges_RangeBoundaryFromKind

andrewvk edited this page Jul 1, 2016 · 3 revisions

RangeBoundaryFromKind Enumeration

The kind of From range boundary.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public enum RangeBoundaryFromKind

VB

Public Enumeration RangeBoundaryFromKind

F#

type RangeBoundaryFromKind

Members

 

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.

See Also

Reference

CodeJam.Ranges Namespace

Clone this wiki locally