コード例 #1
0
ファイル: Decimal.php プロジェクト: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 protected function invertedAdd(Number $x)
 {
     return $x->addDecimal($this);
 }