Skip to content

P_CodeJam_Ranges_RangeBoundaryFrom_1_IsInclusiveBoundary

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

RangeBoundaryFrom(T).IsInclusiveBoundary Property

The boundary has value (is not an infinite boundary) and does include the value.

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

Syntax

C#

public bool IsInclusiveBoundary { get; }

VB

Public ReadOnly Property IsInclusiveBoundary As Boolean
	Get

F#

member IsInclusiveBoundary : bool with get

Property Value

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

See Also

Reference

RangeBoundaryFrom(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally