Round
Mon 01 January 2018Syntax
Round(dec, precision)
Description
Use the Round function to round a decimal number to a specified precision.
Parameters
Field or Control |
Definition |
---|---|
dec |
A Number value to be rounded. |
precision |
A number value specifying the decimal precision to which to round dec . |
Returns
Returns a Number value equal to dec rounded up to precision decimal places.