Click or drag to resize
Accord.NET (logo)

IntRangeIsOverlapping Method

Check if the specified range overlaps with the range.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool IsOverlapping(
	IntRange range
)
Request Example View Source

Parameters

range
Type: AccordIntRange
Range to check for overlapping.

Return Value

Type: Boolean
True if the specified range overlaps with the range or false otherwise.
See Also