-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_CompositeRange_2_GetIntersection_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Returns ranges that has intersections with passed range.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Range<T, TKey>[] GetIntersection(
T value
)
VB
Public Function GetIntersection (
value As T
) As Range(Of T, TKey)()
F#
member GetIntersection :
value : 'T -> Range<'T, 'TKey>[]
- value
- Type: T
The value to check.
Type: Range(T, TKey)[]
Ranges that has intersections with passed range.
CompositeRange(T, TKey) Structure
GetIntersection Overload
CodeJam.Ranges Namespace