MCAEmotiv.Interop.Channels.ToIndex C# (CSharp) Method

ToIndex() public static method

Returns the index of the channel in Channels.Values
public static ToIndex ( this channel ) : int
channel this
return int
        public static int ToIndex(this Channel channel)
        {
            return channelsToIndices[channel];
        }