Accord.Audio.Windows.WindowBase.this C# (CSharp) Méthode

this() public méthode

Gets or sets values for the Window function.
public this ( int index ) : float
index int
Résultat float
        public float this[int index]
        {
            get { return window[index]; }
            protected set { window[index] = value; }
        }