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 left.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public CompositeRange<T> ExtendFrom( T from )
VB
Public Function ExtendFrom ( from As T ) As CompositeRange(Of T)
F#
member ExtendFrom : from : 'T -> CompositeRange<'T>
Type: CompositeRange(T)A range with a new From boundary or the source fange if the new boundary is greater than original.
CompositeRange(T) StructureExtendFrom OverloadCodeJam.Ranges Namespace