Modulo: only accepts integrals.
Inheritance: BinaryIntegralOp
Esempio n. 1
0
 public override Expr ConstructBinaryOp() => Modulo.Create(this.Left, this.Right);