Abs
This Flow Script tutorial explains how to use the Abs function with syntax and examples.
Last updated
Was this helpful?
This Flow Script tutorial explains how to use the Abs function with syntax and examples.
Last updated
Was this helpful?
Was this helpful?
Description
The Abs function returns the absolute value of x.
The syntax for the Abs function is: Abs(x)
Parameters
x - a numeric value
The Abs function returns a numeric value.
Let's look at some Abs function examples and explore how to use the Abs function.
Abs(-273.15)
Returns: 273.15
Abs(30)
Returns: 30