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.

Abs(-273.15)
Returns: 273.15

Abs(30)
Returns: 30

Last updated