Skip to content

M_CodeJam_Ranges_RangeBoundaryTo_1_ToInclusive

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

RangeBoundaryTo(T).ToInclusive Method

Creates a new boundary with inclusive boundary kind if the current boundary has a value. The original boundary is returned otherwise.

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

Syntax

C#

public RangeBoundaryTo<T> ToInclusive()

VB

Public Function ToInclusive As RangeBoundaryTo(Of T)

F#

member ToInclusive : unit -> RangeBoundaryTo<'T> 

Return Value

Type: RangeBoundaryTo(T)
Range boundary with inclusive boundary kind or the original one if the boundary has no value.

See Also

Reference

RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally