Round()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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 decimal places to retain.

Returns

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