Skip to content

M_CodeJam_Ranges_CompositeRange_2_GetIntersection_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

CompositeRange(T, TKey).GetIntersection Method (T)

Returns ranges that has intersections with passed range.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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>[] 

Parameters

 

value
Type: T
The value to check.

Return Value

Type: Range(T, TKey)[]
Ranges that has intersections with passed range.

See Also

Reference

CompositeRange(T, TKey) Structure
GetIntersection Overload
CodeJam.Ranges Namespace

Clone this wiki locally