Skip to content

M_CodeJam_Ranges_Range_1_ExtendTo

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

Range(T).ExtendTo Method (RangeBoundaryTo(T))

Extends the range from the right.

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

Syntax

C#

public Range<T> ExtendTo(
	RangeBoundaryTo<T> to
)

VB

Public Function ExtendTo ( 
	to As RangeBoundaryTo(Of T)
) As Range(Of T)

F#

member ExtendTo : 
        to : RangeBoundaryTo<'T> -> Range<'T> 

Parameters

 

to
Type: CodeJam.Ranges.RangeBoundaryTo(T)
A new boundary To.

Return Value

Type: Range(T)
A range with a new To boundary or the source fange if the new boundary is less than original.

See Also

Reference

Range(T) Structure
ExtendTo Overload
CodeJam.Ranges Namespace

Clone this wiki locally