示例#1
0
 public INumber Div(INumber rightOperand)
 {
     return(rightOperand.DispatchDiv(this));
 }