number » floor(var)
Description
This command returns the closest integer value of var
that is just above (greater than) var
’s original value.
This is synonymous to the concept of “round up”.
Parameters
- var - the variable that holds the number to round up.
Example
Note that ${var2}
is declared in the corresponding data file.
Output: