Esempio n. 1
0
 public INumber Mod(INumber rightOperand)
 {
     return(rightOperand.DispatchMod(this));
 }