Calculation Formulas
Back to Calculation Formulas Overview
Back to Functions Overview
Function "Abs"
Abs(arg)
Function: Returns the absolute value of the given Number or Number Set argument.
Return-Type: Number or Number Set
Arguments:
arg - Type Number or Number Set: The argument whose absolute
value is to be determined. If a single number is given, then the absolute value of that number is returned.
If a set of numbers is given, then a Number Set is returned that contains the absolute values of all numbers
in the argument set.
Examples:
Abs(-10)
Abs(&VALUE;)
Abs(30 - &ACCOUNT; * 2)
Abs(SetOf(10, -333, 15, &VALUE1;, &VALUE2;))