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