less
Checks if the value is lower than the second value
V::less($value, float $max): bool
Parameters
| Name | Type | Default |
|---|---|---|
| $value * | mixed |
– |
| $max * | float |
– |
Return type
bool
Checks if the value is lower than the second value
V::less($value, float $max): bool
| Name | Type | Default |
|---|---|---|
| $value * | mixed |
– |
| $max * | float |
– |
bool