# Round

This Function returns a *\<numeric>*, which is the the result of rounding the specified **Source Value** to the specified **Decimal Places**.

Function available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAlPVpH3WRwBy16c7JY%2F-MAlQBZuuTnc6hyzKSVQ%2Fimage.png?alt=media\&token=5c9534b7-ca05-4ac4-b408-2207cd5a5295)

### Parameters

* **Source Value** *\<numeric> -* Value to round-
* **Decimal Places** *\<numeric> -* Number of decimal places to round the **Source Value** to.

### **Examples**

* *Example 1*

Round(1.57, 1)\
**Result** = 1.6

* *Example 2*

Round(-1.57, 1)\
**Result** = -1.6

* *Example 3*

Round(1.54, 1)\
**Result** = 1.5

* *Example 4*

Round(2, 1)\
**Result** = 2

* *Example 5*

Round(2.0, 1)\
**Result** = 2
