Skip to main content

ROUNDDOWN

Rounds a number down, toward zero, to a specified number of digits.

CategoryMath
SyntaxROUNDDOWN(number, num_digits)

Parameters

ParameterRequiredDescription
numberRequiredAny real number you want to round down.
num_digitsRequiredThe number of digits to which you want to round.

Example

ROUNDDOWN(3.19, 1) // → 3.1

Auto-generated from the EngCanvas function registry.