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

NumBands() protected method

protected NumBands ( ) : int
return int
        protected int NumBands()
        {
            return m_bands.Count - 1;
        }