# Negative - `Negative()` Validates if a number is lower than zero ```php v::numericVal()->negative()->validate(-15); // true ``` ## Changelog Version | Description --------|------------- 0.3.9 | Created *** See also: - [Positive](Positive.md)