Beispiel #1
0
 public INumber Add(INumber rightOperand)
 {
     return(rightOperand.DispatchAdd(this));
 }