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