| Property | Value |
|---|---|
| Native Name | CEIL |
| Hash | 0x11E019C8F43ACC8A |
| Return Type | int |
| Parameters | value (float) |
Description: ``` I'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down
0x11E019C8F43ACC8A SYSTEMint CEIL(float value);| Property | Value |
|---|---|
| Native Name | CEIL |
| Hash | 0x11E019C8F43ACC8A |
| Return Type | int |
| Parameters | value (float) |
Description: ``` I'm guessing this rounds a float value up to the next whole number, and FLOOR rounds it down