Rounds numeric values to the specified decimal place or significant figures, applying a rounding method to selected columns containing numeric values. The rounded values can be appended as additional columns, or replace the values in the original column. You can choose one of the following rounding methods:
- .5 to even digit (HALF_EVEN)
- .5 away from zero (HALF_UP)
- .5 towards zero (HALF_DOWN)
- Away from zero (UP)
- Towards zero (DOWN)
- To larger (CEILING)
- To smaller (FLOOR)