Bitwise Or: accepts two integrals, returns an integer.
Inheritance: BinaryIntegralOp
Exemple #1
0
 public override Expr ConstructBinaryOp() => BitwiseOr.Create(this.Left, this.Right);