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 docid\ uci5tctfvbhonej6zqijg sample usage rounddown(4 5678, 2) returns 4 56 rounddown(4 5678) returns 4 supported data types input type return type logic docid\ uci5tctfvbhonej6zqijg 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 docid\ n9trvqonnbknql9drnbp6 unsupported data types return null
