Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
DAQ
Pattern
EdgeSet
C# Class DAQ.Pattern.EdgeSet
A set of edges. Used internally by the pattern builder and its layout.
Mostrar archivo
Open project: ColdMatter/EDMSuite
Class Usage Examples
Public Methods
Method
Description
AddEdge
(
int
channel
,
bool
sense
) :
void
EdgeSet
(
int
channels
) :
System
GetEdge
(
int
channel
) :
EdgeSense
Method Details
AddEdge()
public
method
public
AddEdge
(
int
channel
,
bool
sense
) :
void
channel
int
sense
bool
return
void
EdgeSet()
public
method
public
EdgeSet
(
int
channels
) :
System
channels
int
return
System
GetEdge()
public
method
public
GetEdge
(
int
channel
) :
EdgeSense
channel
int
return
EdgeSense