Skip to main content
Skip table of contents

floor() Operation


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

Related Pages:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.