Carrot reference
Functions
roundDown()
rounds a given value to the next smallest integer syntax rounddown(number\[, places]) number the number value to be evaluated places (optional) the number of places of the returned number value return type number docid\ uci5tctfvbhonej6zqijg sample usage rounddown(4 5678, 2) returns 4 56 rounddown(4 5678) returns 4 supported data types input type return type logic number docid\ uci5tctfvbhonej6zqijg number docid\ uci5tctfvbhonej6zqijg if a number value is passed, that number value will be rounded down to the defined number of decimal places defaults to zero decimal places unsupported data types null docid\ n9trvqonnbknql9drnbp6 unsupported data types return null