Accord.Audio.Windows.WindowBase.this C# (CSharp) Метод

this() публичный Метод

Gets or sets values for the Window function.
public this ( int index ) : float
index int
Результат float
        public float this[int index]
        {
            get { return window[index]; }
            protected set { window[index] = value; }
        }