# 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://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FwDyAIUO52ZmU9bWS1EJp%2F0.png?alt=media)

**Example**

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

Where,

*number* = -12.3456

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2F3VoiAxkwjeJOUvW8QsrI%2F1.png?alt=media)

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://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2Fv1dGZxAy9uUOIdEAMBxd%2F2.png?alt=media" alt=""><figcaption></figcaption></figure>
