Skip to main content

CEIL

Rounds a number up, away from zero.

Aliases: CEILING

CategoryMath
SyntaxCEIL(number)

Parameters

ParameterRequiredDescription
numberRequiredThe value you want to round.

Example

CEIL(3.2)        // → 4
CEIL(-1.5) // → -1

Auto-generated from the EngCanvas function registry.