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.
Returns a union range containing both of the ranges.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Range<T> Union( T from, T to )
VB
Public Function Union ( from As T, to As T ) As Range(Of T)
F#
member Union : from : 'T * to : 'T -> Range<'T>
Type: Range(T)A union range containing both of the ranges.
Range(T) StructureUnion OverloadCodeJam.Ranges Namespace