Syntax
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
set anInteger = aFloat.ceil();
  • No labels