Abs()
- Last UpdatedNov 21, 2018
- 1 minute read
Returns the absolute value (unsigned equivalent) of a specified number.
Category
Math
Syntax
Result = Abs( Number );
Parameter
Number
Any number or numeric attribute.
Examples
Abs(14); ' returns 14
Abs(-7.5); ' returns 7.5