Search Query LanguageMath ExpressionsfloorOn this pagefloor FunctionThe floor function rounds down to the largest previous integer value. Returns the largest integer not greater than x.Syntaxfloor(<x>) as <field>Examplefloor(1.5) as v // v = 1floor(-1.5) as v // v = -2