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