Skip to content

T_CodeJam_Ranges_RangeBoundaryFromKind

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

RangeBoundaryFromKind Enumeration

The kind of From range boundary.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.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