System::ceil
I'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down
Syntax
system.ceil(value);
Required Arguments
- value: float
Return value
- int
Example
todo
I'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down
system.ceil(value);
todo