MCAEmotiv.Interop.EEGDataEntry.this C# (CSharp) 메소드

this() 공개 메소드

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