Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

Div
Classe2e-refDiv
Rp


Syntax
Code Block
languagenone
set anInteger = aFloat.floor()
Semantics floor() returns the highest integer less than or equal to the float Wikipedia floor function.
SubstitutablesaFloat Can be any variable or object attribute having the type Float
Examples
Code Block
languagenone
set anInteger = aFloat.floor();
Panel
titleRelated Pages: