Round up / down (ceil / floor)
Always rounds up (ceil) or always down (floor). Useful for calculating box counts, days, and units.
Always rounds up (ceil) or always down (floor). Useful for calculating box counts, days, and units.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Number | string | yes | |
| Direction: up or down | string | yes | |
| Rounding step (e.g. 10, 100, 0.5). Default 1 | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Result | string |