Overrides BigNumber::toInt
public function toInt() : int { return $this->toBigInteger() ->toInt(); }