There was an error while loading. Please reload this page.
Returns ranges that has intersections with passed range.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public RangeIntersection<T, TKey> GetIntersection( Range<T> other )
VB
Public Function GetIntersection ( other As Range(Of T) ) As RangeIntersection(Of T, TKey)
F#
member GetIntersection : other : Range<'T> -> RangeIntersection<'T, 'TKey>
Type: RangeIntersection(T, TKey)Ranges that has intersections with passed range.
CompositeRange(T, TKey) StructureGetIntersection OverloadCodeJam.Ranges Namespace