Create a range of the specific min/max value

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

Syntax

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

Parameters

min
Type: System..::.Single
The min value of this range
max
Type: System..::.Single
The max value of this range

See Also