Skip to content

M_CodeJam_Ranges_Range_1_HasIntersection

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

Range(T).HasIntersection Method (Range(T))

Determines whether the range has intersection with another range.

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

Syntax

C#

public bool HasIntersection(
	Range<T> other
)

VB

Public Function HasIntersection ( 
	other As Range(Of T)
) As Boolean

F#

member HasIntersection : 
        other : Range<'T> -> bool 

Parameters

 

other
Type: CodeJam.Ranges.Range(T)
The range to check.

Return Value

Type: Boolean
true, if the range has intersection with another range.

See Also

Reference

Range(T) Structure
HasIntersection Overload
CodeJam.Ranges Namespace

Clone this wiki locally