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