-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_Range_2_Union
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Returns a union range containing both of the ranges.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Range<T, TKey> Union(
Range<T> other
)
VB
Public Function Union (
other As Range(Of T)
) As Range(Of T, TKey)
F#
member Union :
other : Range<'T> -> Range<'T, 'TKey>
- other
- Type: CodeJam.Ranges.Range(T)
The range to union with.
Type: Range(T, TKey)
A union range containing both of the ranges.
Range(T, TKey) Structure
Union Overload
CodeJam.Ranges Namespace