Rounds to the specified number of decimal places.
round(TimeSeries, number of digits)
Parameter | Description |
---|---|
TimeSeries | This can be a node with time series data or another function. |
Number of digits | The number of decimal places to round to. For example, entering a value of 2 will round to the hundredths place (86.82). |
round(@node, 0) : Rounds the data specified in the node to the nearest integer.
This chart shows rounded values for tank level data. Round(0) rounds to the nearest integer, while Round(1) rounds to the tenths place.