RoundDown(number, decimals) RoundDown() rounds the specified number down to the given number of decimal places. Parameters: number: is the argument for rounding down & decimals is the number of digits after dot decimals Returns: return is the rounded down value of the number