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