abs()

Examples


The abs() function returns the absolute value of the expression passed to it.

Syntax

abs(numeric_expression)

Parameters

numeric_expression – A numeric expression whose absolute value will be returned.

Return value

The absolute value of the expression. If the expression type can be determined at compile time, that expression type will be returned. Otherwise, a variable currency value will be returned.


Documentation Feedback