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