Round()

<< Click to Display Table of Contents >>

Navigation:  Index >

Round()

Previous pageReturn to chapter overviewNext page

Purpose

To return a numeric value rounded to a specified number of digits.

Syntax

Round( <nNumber> , <nDecimals> ) nRounded

Arguments

<nNumber> is the numeric value to round.

<nDecimals> is the number of decimals places to retain.

Returns

Round() returns a numeric value rounded to <nDecimals> decimals.