Navigation: Function Reference > General Utility Functions > abs()
abs()
abs( number: Numeric Type ) : Numeric Type;
Returns the absolute value of number.
Parameters
number
numeric value
posValue := abs( -305.4 );