HotDocs Models: round( num, num)

Placeholder Replace With
num A number value, such as a Number variable, to be rounded  
num A number value that indicates the number of places (0-7) to the right of the decimal point after which the number will be rounded

You can round a number value to a specified number of places.

The following example looks at the first two digits after the decimal point and rounds the value based on the third digit. (The resulting value is 5.93.)

round( 5.9274, 2 )