Bitwise And: returns an integer.
Inheritance: BinaryIntegralOp
コード例 #1
0
 public override Expr ConstructBinaryOp() => BitwiseAnd.Create(this.Left, this.Right);