コード例 #1
0
 public INumber Sub(INumber rightOperand)
 {
     return(rightOperand.DispatchSub(this));
 }