Collapse All
Expand All
C#
AForge.NET Framework
IntRange
.
.
::
.
IsInside Method (IntRange)
IntRange Class
See Also
Send Feedback
Check if the specified range is inside of the range.
Namespace:
AForge
Assembly:
AForge
(in AForge.dll) Version: 2.1.4.0 (2.1.4.0)
Syntax
C#
public
bool
IsInside
(
IntRange
range
)
Parameters
range
Type:
AForge
.
.
::
.
IntRange
Range to check.
Return Value
True
if the specified range is inside of the range or
false
otherwise.
See Also
IntRange Class
IsInside Overload
AForge Namespace