Round function
Applies to JungleDocs for SharePoint 2010-2019.
For JungleDocs for Office 365 tutorials, click here.
This article describes the formula syntax and usage of the Round function in JungleDocs.
Description
Rounds a number to a specified number of digits.
Syntax
Round(number; digits)
The Round function syntax has the following arguments:
- Number Required. Any command that returns a number.
- Digits Required. Any command that returns a digit count. Digit range is from -15 to 15.
Example
Round(1.49;0)
Returns 1.
Round(1.49;1)
Returns 1.5.
Round(1.5;0)
Returns 2.
Round(13;-1)
Returns 10.