Skip to content

M_CodeJam_Ranges_CompositeRange_2_GetIntersections

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

CompositeRange(T, TKey).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, TKey>> GetIntersections()

VB

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

F#

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

Return Value

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

See Also

Reference

CompositeRange(T, TKey) Structure
CodeJam.Ranges Namespace

Clone this wiki locally