- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Ranges_CompositeRange_1_ExtendTo_1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        1 revision
      
    Extends the range from the right.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public CompositeRange<T> ExtendTo(
	T to
)VB
Public Function ExtendTo ( 
	to As T
) As CompositeRange(Of T)F#
member ExtendTo : 
        to : 'T -> CompositeRange<'T> 
- to
 - Type: T
A new value To. 
Type: CompositeRange(T)
A range with a new To boundary or the source fange if the new boundary is less than original.
CompositeRange(T) Structure
ExtendTo Overload
CodeJam.Ranges Namespace