Skip to content

M_CodeJam_Ranges_CompositeRange_1_GetIntersections

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

CompositeRange(T).GetIntersections Method

Returns all range intersections from the composite range.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public IEnumerable<RangeIntersection<T>> GetIntersections()

VB

Public Function GetIntersections As IEnumerable(Of RangeIntersection(Of T))

F#

member GetIntersections : unit -> IEnumerable<RangeIntersection<'T>> 

Return Value

Type: IEnumerable(RangeIntersection(T))
All range intersections from the composite range.

See Also

Reference

CompositeRange(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally