Rounds input to nearest integer value.
ROUND(val)
val |
- |
A scalar or series or table. |
A scalar, series or table.
round(5.73)
returns the integer value 6.
round(W1)
returns a new series by applying ROUND to each value of the W1 series.
Use INT to truncate to the smallest integer.