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