Ejemplo n.º 1
0
 public function compare(Length $length)
 {
     return bccomp($this->toBase(), $length->toBase());
 }