Checks if this number is negative or zero.
public final function isNegativeOrZero() : bool { return $this->getSign() <= 0; }