AcoustID.Chromaprint.Spectrum.LastIndex C# (CSharp) Method

LastIndex() protected method

protected LastIndex ( int band ) : int
band int
return int
        protected int LastIndex(int band)
        {
            return m_bands[band + 1];
        }