ROUND
- Last UpdatedMar 20, 2025
- 1 minute read
The ROUND() function produces a stream of results rounding a stream's values to the nearest integer.
Syntax
|
Format |
Stream = ROUND( Stream ) |
|
Arguments |
Stream - A stream of values |
|
Description |
Returns a stream that is a copy of the input stream, with all values rounded to the nearest integer. |