# Abs (Double)

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

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

**Example**

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

Where,

*number* = -1234

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

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

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