Rounding Math Functions

Ceil                        Returns the smallest integer greater than or equal to a number (the ceiling).

DeadBand               Returns the previous value of the first parameter until it changes by an amount specified by the second parameter.

Int                         Returns the portion of a number before the decimal point.

Limit                       Returns a value that is limited both on the high and low ranges.

Step                       Transforms a continuous value into discrete steps.