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>> GetIntersections()
VB
Public Function GetIntersections As IEnumerable(Of RangeIntersection(Of T))
F#
member GetIntersections : unit -> IEnumerable<RangeIntersection<'T>>
Type: IEnumerable(RangeIntersection(T))All range intersections from the composite range.
CompositeRange(T) StructureCodeJam.Ranges Namespace
There was an error while loading. Please reload this page.