Rounds to the specified number of decimal places.
Syntax
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). |
Example expression
round(@node, 0) : Rounds the data specified in the node to the nearest integer.
Example chart
This chart shows rounded values for tank level data. Round(0) rounds to the nearest integer, while Round(1) rounds to the tenths place.
