Skip to main content
Skip table of contents

ceil() Operation

Syntax

set anInteger = aFloat.ceil()

Semantics

ceil() returns the smallest integer not less than the float (see Wikipedia: ceiling function for more information).

Substitutables

aFloat

Can be any variable or object attribute having the type Float

Examples

NONE
set anInteger = aFloat.ceil();

Related Pages:

Related Documentation:

JavaScript errors detected

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

If this problem persists, please contact our support.