Static function
Native
math.floor
Return the integer no less than the given value (even for negatives)
Syntax
math.floor(number)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
number
|
number | — | The number to be rounded down. |
Returns
- number