Round

Description

Rounds X to the nearest multiple of m. Argument m is optional and if missing rounds to the nearest integer.

Syntax

Round ( X, m )

Arguments

X is a double indicating the value to round

m is a double indicating the nearest value to which X will be rounded