Skip to content

P_CodeJam_Ranges_RangeBoundaryTo_1_IsExclusiveBoundary

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

RangeBoundaryTo(T).IsExclusiveBoundary Property

The boundary does not include the value.

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

Syntax

C#

public bool IsExclusiveBoundary { get; }

VB

Public ReadOnly Property IsExclusiveBoundary As Boolean
	Get

F#

member IsExclusiveBoundary : bool with get

Property Value

Type: Boolean
true if the boundary is exclusive boundary; otherwise, false.

See Also

Reference

RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally