We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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( T from, T to )
VB
Public Function GetIntersection ( from As T, to As T ) As RangeIntersection(Of T, TKey)
F#
member GetIntersection : from : 'T * to : 'T -> RangeIntersection<'T, 'TKey>
Type: RangeIntersection(T, TKey)Ranges that has intersections with passed range.
CompositeRange(T, TKey) StructureGetIntersection OverloadCodeJam.Ranges Namespace