Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
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
Code Block
languagenone
set anInteger = aFloat.ceil();
rprde
Panel
titleRelated Pages:
Panel
titleRelated Documentation: