The TRUNCATE() function returns a "Number" truncated to "Decimals".
If "Decimals" is 0, an integer is returned.
"Decimals" can be negative so that "Decimal" are digits to the left of the decimal point of the number 0.
TRUNCATE() returns NULL if the value of "Number" is NULL. |