Esempio n. 1
0
 public INumber Mul(INumber rightOperand)
 {
     return(rightOperand.DispatchMul(this));
 }