MCAEmotiv.Interop.EEGDataEntry.this C# (CSharp) Méthode

this() public méthode

Provides explicit channel-based access to data
public this ( Channel channel ) : double
channel Channel
Résultat double
        public double this[Channel channel]
        {
            get { return this.Data[channel.ToIndex()]; }
        }