[This is preliminary documentation and is subject to change.]

Create a range of the specific min/max value

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public RangeF(
	float min,
	float max
)
Public Sub New ( _
	min As Single, _
	max As Single _
)
public:
RangeF(
	float min, 
	float max
)

Parameters

min
Single
The min value of this range
max
Single
The max value of this range

See Also