-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_CompositeRange_2_HasIntersection
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Determines whether the composite range has intersection with another range.
Namespace: CodeJam.Ranges
Assembly: 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
- other
- Type: CodeJam.Ranges.CompositeRange(T)
The range to check.
Type: Booleantrue
, if the composite range has intersection with another range.
CompositeRange(T, TKey) Structure
HasIntersection Overload
CodeJam.Ranges Namespace