Skip to content

T_CodeJam_Ranges_RangeBoundaryToKind

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

RangeBoundaryToKind Enumeration

The kind of To range boundary.

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

Syntax

C#

public enum RangeBoundaryToKind

VB

Public Enumeration RangeBoundaryToKind

F#

type RangeBoundaryToKind

Members

 

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.

See Also

Reference

CodeJam.Ranges Namespace

Clone this wiki locally