User Tools

Site Tools


function:FLOOR

**This is an old revision of the document!**

The FLOOR() function takes a number and returns the first integer that is less than or equal to the argument:

FLOOR(5.5) === FLOOR(5.1) === FLOOR(5) === 5
FLOOR(-5.5) === FLOOR(-5.1) === FLOOR(-6) === -6

See also CEIL, TRUNC, and ROUND.

function/FLOOR.1421571573.txt.gz · Last modified: 2015/01/18 03:59 by peternlewis