math.floor
Rounds the number down to the nearest integer.
math.floor(x: number): number
Arguments
| Name | Description | Type |
|---|---|---|
| x | N/A | number |
Returns number
Rounds the number down to the nearest integer.
math.floor(x: number): number
| Name | Description | Type |
|---|---|---|
| x | N/A | number |
Returns number