15 lines
177 B
Markdown
15 lines
177 B
Markdown
|
# Negative
|
||
|
|
||
|
- `v::negative()`
|
||
|
|
||
|
Validates if a number is lower than zero
|
||
|
|
||
|
```php
|
||
|
v::numeric()->negative()->validate(-15); // true
|
||
|
```
|
||
|
|
||
|
***
|
||
|
See also:
|
||
|
|
||
|
* [Positive](Positive.md)
|