We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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( T to )
VB
Public Function ExtendTo ( to As T ) As Range(Of T)
F#
member ExtendTo : to : '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