Syntax
set anInteger = aFloat.ceil()
Semantics ceil() returns the smallest integer not less than the float (see Wikipedia: ceiling function for more information).
SubstitutablesaFloat Can be any variable or object attribute having the type Float
Examples
set anInteger = aFloat.ceil();
Related Pages:
Related Documentation:

  • No labels