- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Ranges_CompositeRange_2_GetIntersection__1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        1 revision
      
    Returns ranges that has intersections with passed range.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public RangeIntersection<T, TKey> GetIntersection<TKey2>(
	Range<T, TKey2> other
)VB
Public Function GetIntersection(Of TKey2) ( 
	other As Range(Of T, TKey2)
) As RangeIntersection(Of T, TKey)F#
member GetIntersection : 
        other : Range<'T, 'TKey2> -> RangeIntersection<'T, 'TKey> 
- other
 - Type: CodeJam.Ranges.Range(T, TKey2)
The range to check. 
- TKey2
 - The type of the other range key
 
Type: RangeIntersection(T, TKey)
Ranges that has intersections with passed range.
CompositeRange(T, TKey) Structure
GetIntersection Overload
CodeJam.Ranges Namespace