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, TKey> ExtendTo( RangeBoundaryTo<T> to )
VB
Public Function ExtendTo ( to As RangeBoundaryTo(Of T) ) As Range(Of T, TKey)
F#
member ExtendTo : to : RangeBoundaryTo<'T> -> Range<'T, 'TKey>
Type: Range(T, TKey)A range with a new To boundary or the source fange if the new boundary is less than original.
Range(T, TKey) StructureExtendTo OverloadCodeJam.Ranges Namespace