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