Collapse All
Expand All
C#
AForge.NET Framework
IntRange
.
.
::
.
IsOverlapping Method
IntRange Structure
See Also
Send Feedback
Check if the specified range overlaps with the range.
Namespace:
AForge
Assembly:
AForge
(in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C#
public
bool
IsOverlapping
(
IntRange
range
)
Parameters
range
Type:
AForge
.
.
::
.
IntRange
Range to check for overlapping.
Return Value
True
if the specified range overlaps with the range or
false
otherwise.
See Also
IntRange Structure
AForge Namespace