Xor: returns an integer.
Inheritance: BinaryIntegralOp
Example #1
0
 public override Expr ConstructBinaryOp() => Xor.Create(this.Left, this.Right);