Skip to main content

FLOOR

Rounds a number down, toward zero.

CategoryMath
SyntaxFLOOR(number)

Parameters

ParameterRequiredDescription
numberRequiredThe numeric value you want to round.

Example

FLOOR(3.7)       // → 3
FLOOR(-2.1) // → -3

Auto-generated from the EngCanvas function registry.