|
RangeIsOverlapping 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(
Range range
)
Public Function IsOverlapping (
range As Range
) As Boolean
Request Example
View SourceParameters
- range
- Type: AccordRange
Range to check for overlapping.
Return Value
Type:
BooleanTrue if the specified range overlaps with the range or
false otherwise.
See Also