# Round (Real)

| **Name**    | ***Round (Real)***                                                            |
| ----------- | ----------------------------------------------------------------------------- |
| Syntax      | Round (Real number)                                                           |
| Purpose     | To round a given number                                                       |
| Description | Rounds a real number to the nearest integer value.                            |
| Return Type | Integer                                                                       |
| Parameters  | number \[System.Double] – Number for which the rounded value will be returned |

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

**Example**

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

Where,

*number* = -12.3456

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

In the *Data Preview* window, you can see that the specified real value has been rounded to its nearest integer value i.e., -12.

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/GFMZ69qszBEAr103ldJf/2.png" alt=""><figcaption></figcaption></figure>
