C# 클래스 MpcLib.Common.FiniteField.Circuits.Wire

파일 보기 프로젝트 열기: mahdiz/mpclib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConstValue Zp
InputIndex int
IsOutput bool

공개 메소드들

메소드 설명
Clone ( ) : Wire
Wire ( ) : System.Diagnostics
Wire ( Gate sourceGate, Gate targetGate ) : System.Diagnostics
Wire ( Gate sourceGate, bool isOutput ) : System.Diagnostics
Wire ( Zp constValue ) : System.Diagnostics
Wire ( int inputIndex, Gate targetGate ) : System.Diagnostics
Wire ( int inputIndex, bool isInput ) : System.Diagnostics
Wire ( int inputIndex, bool isOutput, Zp constValue ) : System.Diagnostics

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Wire
리턴 Wire

Wire() 공개 메소드

public Wire ( ) : System.Diagnostics
리턴 System.Diagnostics

Wire() 공개 메소드

public Wire ( Gate sourceGate, Gate targetGate ) : System.Diagnostics
sourceGate Gate
targetGate Gate
리턴 System.Diagnostics

Wire() 공개 메소드

public Wire ( Gate sourceGate, bool isOutput ) : System.Diagnostics
sourceGate Gate
isOutput bool
리턴 System.Diagnostics

Wire() 공개 메소드

public Wire ( Zp constValue ) : System.Diagnostics
constValue Zp
리턴 System.Diagnostics

Wire() 공개 메소드

public Wire ( int inputIndex, Gate targetGate ) : System.Diagnostics
inputIndex int
targetGate Gate
리턴 System.Diagnostics

Wire() 공개 메소드

public Wire ( int inputIndex, bool isInput ) : System.Diagnostics
inputIndex int
isInput bool
리턴 System.Diagnostics

Wire() 공개 메소드

public Wire ( int inputIndex, bool isOutput, Zp constValue ) : System.Diagnostics
inputIndex int
isOutput bool
constValue Zp
리턴 System.Diagnostics

프로퍼티 상세

ConstValue 공개적으로 프로퍼티

public Zp ConstValue
리턴 Zp

InputIndex 공개적으로 프로퍼티

public int InputIndex
리턴 int

IsOutput 공개적으로 프로퍼티

public bool IsOutput
리턴 bool