There was an error while loading. Please reload this page.
Determines whether the composite range has intersection with another range.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool HasIntersection( CompositeRange<T> other )
VB
Public Function HasIntersection ( other As CompositeRange(Of T) ) As Boolean
F#
member HasIntersection : other : CompositeRange<'T> -> bool
Type: Booleantrue, if the composite range has intersection with another range.
true
CompositeRange(T, TKey) StructureHasIntersection OverloadCodeJam.Ranges Namespace