Bitwise And: returns an integer.
상속: BinaryIntegralOp
예제 #1
0
 public override Expr ConstructBinaryOp() => BitwiseAnd.Create(this.Left, this.Right);