There was an error while loading. Please reload this page.
Returns ranges that has intersections with passed range.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public RangeIntersection<T> GetIntersection<TKey2>( Range<T, TKey2> other )
VB
Public Function GetIntersection(Of TKey2) ( other As Range(Of T, TKey2) ) As RangeIntersection(Of T)
F#
member GetIntersection : other : Range<'T, 'TKey2> -> RangeIntersection<'T>
Type: RangeIntersection(T)Ranges that has intersections with passed range.
CompositeRange(T) StructureGetIntersection OverloadCodeJam.Ranges Namespace