AcoustID.Chromaprint.IntegralImage.this C# (CSharp) Method

this() public method

public this ( int i ) : double[]
i int
return double[]
        public double[] this[int i]
        {
            get { return m_image.Row(i); }
        }