# Abs (Decimal)

| **Name**    | ***Abs (Decimal)***                                                             |
| ----------- | ------------------------------------------------------------------------------- |
| Syntax      | Abs (Decimal number)                                                            |
| Purpose     | To return the absolute value of a given number.                                 |
| Description | Returns the absolute value for the given number.                                |
| Return Type | Decimal                                                                         |
| Parameters  | number \[System.Decimal] – Number for which the absolute value will be returned |

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/qQ3N3uy88fDd4okgydBi/0.png)

**Example**

In this example, we are passing negative decimal value to the function transformation object using a *Variables* object.

Where,

*number* = -1.234

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/hLZeTadQA6ttQqIzngUh/1.png)

In the output window, you can see that the absolute value, 1.234, has been returned for the provided *number* value.

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/GaMEQxl9q4fDfIR1a7YB/2.png)
