ABS Function
Description:
This function returns the absolute value of the argument.
Types:
Argument Type | Return Type1 |
---|---|
Integer | Integer |
Numeric | Numeric |
Usage example:
FUNCTION* ABS* ( argument )
Footnotes
-
The return type of this function depends on the type of the argument that was passed to it. (If the argument type was Integer then the return type will also be Integer) ↩