Skip to content

M_CodeJam_Ranges_RangeBoundaryTo_1_ToExclusive

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

RangeBoundaryTo(T).ToExclusive Method

Creates a new boundary with exclusive 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 RangeBoundaryTo<T> ToExclusive()

VB

Public Function ToExclusive As RangeBoundaryTo(Of T)

F#

member ToExclusive : unit -> RangeBoundaryTo<'T> 

Return Value

Type: RangeBoundaryTo(T)
Range boundary with exclusive 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