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> GetIntersection( Range<T> other )
VB
Public Function GetIntersection ( other As Range(Of T) ) As RangeIntersection(Of T)
F#
member GetIntersection : other : Range<'T> -> RangeIntersection<'T>
Type: RangeIntersection(T)Ranges that has intersections with passed range.
CompositeRange(T) StructureGetIntersection OverloadCodeJam.Ranges Namespace