Right Shift: takes in two integrals, returns an integer;
Inheritance: BinaryIntegralOp
示例#1
0
 public override Expr ConstructBinaryOp() => RShift.Create(this.Left, this.Right);