Beispiel #1
0
 /**
  * Check if this number is less than the given value
  *
  * @param N $other
  *
  * @return mixed
  */
 protected function _lt(N $other)
 {
     return $this->getValue() < intval($other->getValue());
 }