Ceil
Docslocal retval = Ceil(value)Description
I'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down
Parameters
| Name | Type | Description |
|---|---|---|
value | float | — |
Returns
intReturns an integer value.
local retval = Ceil(value)I'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down
| Name | Type | Description |
|---|---|---|
value | float | — |
intReturns an integer value.
No snippets yet. Be the first to contribute!