n-dimensional indexer
            
 
    Namespace: 
   OpenCvSharp.CPlusPlus
    Assembly:
   OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
 
public override ushort this[
	params int[] idx
] { get; set; }Public Overrides Default Property Item ( 
	ParamArray idx As Integer()
) As UShort
	Get
	Set
public:
virtual property unsigned short default[... array<int>^ idx] {
	unsigned short get (... array<int>^ idx) override;
	void set (... array<int>^ idx, unsigned short value) override;
}abstract Item : uint16 with get, set
override Item : uint16 with get, set
Parameters
- idx
- Type: SystemInt32
 Array of Mat::dims indices.
Return Value
Type: 
UInt16A value to the specified array element.
 
Reference