Function ReferenceFLOOROn this pageFLOOR Rounds a number down, toward zero. CategoryMathSyntaxFLOOR(number) Parameters ParameterRequiredDescriptionnumberRequiredThe numeric value you want to round. Example FLOOR(3.7) // → 3FLOOR(-2.1) // → -3 Auto-generated from the EngCanvas function registry.