round-down
function
The round-down
action rounds a number down to nearest integer. It belongs to the math category within the data area.
Action Syntax
round-down $variable
A variable name starting with $
round-down 123
A numeric value
Return Value
This function returns a
NUMBER
value that can be stored in a variable:
$result = round-down
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$number = round-down $number
Action code: 2442300093
Version: 0.6.4
Last updated: 2025-06-13