Lua
C++
Edit

Ceil

This function rounds a decimal number up to the upper integer and returns the result.

Syntax

  • number Ceil(number n)
Parameter Description
n number to use

Returns

Returns the upper integer value.

Copyright © 2006-2026 Leadwerks Software.
All rights reserved.