We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns all range intersections from the composite range.
Namespace: CodeJam.RangesAssembly: 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.
CompositeRange(T, TKey) StructureCodeJam.Ranges Namespace
There was an error while loading. Please reload this page.