-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_CompositeRange_2_GetIntersections
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Returns all range intersections from the composite range.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public IEnumerable<RangeIntersection<T, TKey>> GetIntersections()
VB
Public Function GetIntersections As IEnumerable(Of RangeIntersection(Of T, TKey))
F#
member GetIntersections : unit -> IEnumerable<RangeIntersection<'T, 'TKey>>
Type: IEnumerable(RangeIntersection(T, TKey))
All range intersections from the composite range.