DecisioningDecision Platform Authoring GuideFunction ReferenceAbs FunctionOn this page Abs Function Returns the absolute value of a numeric expression. Syntax Abs(expression) Returns the absolute value of a numeric expression. Arguments expression Numeric - A numeric expression. Remarks Example: Abs(-10); // returns 10 Example: Abs(10); // returns 10