Left Shift: takes in two integrals, returns an integer.
Inheritance: BinaryIntegralOp
Exemplo n.º 1
0
 public override Expr ConstructBinaryOp() => LShift.Create(this.Left, this.Right);