[This is preliminary documentation and is subject to change.]

The Maximum value of this range

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

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