Example #1
0
 public function divide(Dimension $that)
 {
     return new self($this->unit->divide($that->unit));
 }