ABS
- Last UpdatedMar 20, 2025
- 1 minute read
The ABS() function produces a stream of results calculating the absolute value of a stream, converting negative values into positive values.
Syntax
|
Format |
Stream = ABS( Stream ) |
|
Arguments |
Stream - A stream of values |
|
Description |
Returns a stream that is a copy of the input stream, with all negative values converted to positive values. |