예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function toFloat()
 {
     return $this->numerator->toFloat() / $this->denominator->toFloat();
 }