Breadcrumbs

ceil() Operation


Syntax


set anInteger = aFloat.ceil()


Semantics

ceil() returns the smallest integer not less than the float

Wikipedia ceiling function

.

Substitutables

aFloat

Can be any variable or object attribute having the type Float

Examples


set anInteger = aFloat.ceil();