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