The Maximum value of this range

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

Syntax

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

See Also