Skip to content

M_CodeJam_Ranges_RangeBoundaryFrom_1_ToInclusive

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

RangeBoundaryFrom(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: 2.1.0.0

Syntax

C#

public RangeBoundaryFrom<T> ToInclusive()

VB

Public Function ToInclusive As RangeBoundaryFrom(Of T)

F#

member ToInclusive : unit -> RangeBoundaryFrom<'T> 

Return Value

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

See Also

Reference

RangeBoundaryFrom(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally