There was an error while loading. Please reload this page.
Extends the range from the right.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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>
Type: Range(T)A range with a new To boundary or the source fange if the new boundary is less than original.
Range(T) StructureExtendTo OverloadCodeJam.Ranges Namespace