www.emgu.com/wiki
Returns true if the value is in the envelope

Declaration Syntax
public bool InRange(
T value
)
Public Function InRange ( _
value As T _
) As Boolean
public:
bool InRange(
T value
)

Parameters
- value (T)
- The value to check

Return Value
true if the value is in the envelope
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)