Property | Type | Description | |
---|---|---|---|
ConstValue | Zp | ||
InputIndex | int | ||
IsOutput | bool |
Method | Description | |
---|---|---|
Clone ( ) : |
||
Wire ( ) : System.Diagnostics | ||
Wire ( |
||
Wire ( |
||
Wire ( Zp constValue ) : System.Diagnostics | ||
Wire ( int inputIndex, |
||
Wire ( int inputIndex, bool isInput ) : System.Diagnostics | ||
Wire ( int inputIndex, bool isOutput, Zp constValue ) : System.Diagnostics |
public Wire ( |
||
sourceGate | ||
targetGate | ||
return | System.Diagnostics |
public Wire ( |
||
sourceGate | ||
isOutput | bool | |
return | System.Diagnostics |
public Wire ( Zp constValue ) : System.Diagnostics | ||
constValue | Zp | |
return | System.Diagnostics |
public Wire ( int inputIndex, |
||
inputIndex | int | |
targetGate | ||
return | System.Diagnostics |
public Wire ( int inputIndex, bool isInput ) : System.Diagnostics | ||
inputIndex | int | |
isInput | bool | |
return | System.Diagnostics |
public Wire ( int inputIndex, bool isOutput, Zp constValue ) : System.Diagnostics | ||
inputIndex | int | |
isOutput | bool | |
constValue | Zp | |
return | System.Diagnostics |