Floor function

The Floor function rounds the parameter down to the next closest integer.

Parameter: number

The number to round down to an integer. This can come from a source node, the result of another function or a value that you specify.

Returns: number

The closest integer that is less than the parameter.

Example:

floor(4.7) = 4




Feedback | Notices


Timestamp icon Last updated: Wednesday, 15 June 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.doc/ref_Floor.html