Метод | Описание | |
---|---|---|
ChannelData ( double[]>.this |
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 |
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 |
public static ChannelData ( double[]>.this |
||
data | double[]>.this | |
index | int | |
Результат | IEnumerable |
public static Mirror ( this channel ) : Channel | ||
channel | this | |
Результат | Channel |
public static TimeStamps ( double[]>.this |
||
data | double[]>.this | |
Результат | double[] |
public static ToEdkChannel ( this channel ) : EdkDll.EE_DataChannel_t | ||
channel | this | |
Результат | EdkDll.EE_DataChannel_t |
public static ToIndex ( this channel ) : int | ||
channel | this | |
Результат | int |