You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Related Pages:

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