Skip to main content
Skip table of contents

ceil() Operation

Syntax
NONE
set anInteger = aFloat.ceil()
Semantics ceil() returns the smallest integer not less than the float Wikipedia ceiling function.
SubstitutablesaFloat Can be any variable or object attribute having the type Float
Examples
NONE
set anInteger = aFloat.ceil();
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.