프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EvalShiftOp | |||
EvalShiftOp | |||
EvalShiftOp | |||
EvalShiftOp | |||
EvalShiftOp |
메소드 | 설명 | |
---|---|---|
EvalNodeShiftOp ( ShiftOp operation, EvalNode child, System.Language language ) : System |
Instantiate a new instance of the EvalNodeShiftOp node.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the algebraic expression.
|
메소드 | 설명 | |
---|---|---|
EvalShiftOp ( |
||
EvalShiftOp ( |
||
EvalShiftOp ( System.Int64 x, int count ) : |
||
EvalShiftOp ( |
||
EvalShiftOp ( System.UInt64 x, int count ) : |
public EvalNodeShiftOp ( ShiftOp operation, EvalNode child, System.Language language ) : System | ||
operation | ShiftOp | Specifies the shift operation to represent. |
child | EvalNode | Specifies the first child node. |
language | System.Language | Language used for evaluation. |
리턴 | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
리턴 |