http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a range of the specific min/max value
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public RangeF( float min, float max ) |
Visual Basic |
---|
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