C# Класс MCAEmotiv.Interop.Channels

Utilities and extensions for the Channel enumeration
Показать файл Открыть проект

Открытые методы

Метод Описание
ChannelData ( double[]>.this data, int index ) : IEnumerable

Returns the set of channel values at the requested index

Mirror ( this channel ) : Channel

Returns the channel which is in the same location as this channel, but on a mirror image of half of the head

TimeStamps ( double[]>.this data ) : double[]

Returns the sequence of timestamp values

ToEdkChannel ( this channel ) : EdkDll.EE_DataChannel_t

Converts the channel to an EdkDll.EE_DataChannel_t enumeration

ToIndex ( this channel ) : int

Returns the index of the channel in Channels.Values

Приватные методы

Метод Описание
Channels ( ) : System

Описание методов

ChannelData() публичный статический Метод

Returns the set of channel values at the requested index
public static ChannelData ( double[]>.this data, int index ) : IEnumerable
data double[]>.this
index int
Результат IEnumerable

Mirror() публичный статический Метод

Returns the channel which is in the same location as this channel, but on a mirror image of half of the head
public static Mirror ( this channel ) : Channel
channel this
Результат Channel

TimeStamps() публичный статический Метод

Returns the sequence of timestamp values
public static TimeStamps ( double[]>.this data ) : double[]
data double[]>.this
Результат double[]

ToEdkChannel() публичный статический Метод

Converts the channel to an EdkDll.EE_DataChannel_t enumeration
public static ToEdkChannel ( this channel ) : EdkDll.EE_DataChannel_t
channel this
Результат EdkDll.EE_DataChannel_t

ToIndex() публичный статический Метод

Returns the index of the channel in Channels.Values
public static ToIndex ( this channel ) : int
channel this
Результат int