Skip to main content
Skip table of contents

floor() Operation

Syntax

set anInteger = aFloat.floor()

Semantics

floor() returns the highest integer less than or equal to the float (see Wikipedia: floor function for more information).

Substitutables

aFloat

Can be any variable or object attribute having the type Float

Examples

NONE
set anInteger = aFloat.floor();

Related Pages:

Related Documentation:

JavaScript errors detected

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

If this problem persists, please contact our support.