Click or drag to resize

RangeF Constructor

http://www.emgu.com
Create a range of the specific min/max value

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public RangeF(
	float min,
	float max
)

Parameters

min
Type: SystemSingle
The min value of this range
max
Type: SystemSingle
The max value of this range
See Also