The Maximum value of this range

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public float Max { get; set; }
Public Property Max As Single
public:
property float Max {
	float get ();
	void set (float value);
}

See Also