Round

Rounds a numeric value expression to the specified number of digits.

Syntax

Round ( numeric_value_expression, index )

numeric_value_expression A numeric value expression.
index Expression yielding an integer value. numeric_value_expression is rounded to the number of digits specified by this value. The fractional part of index is ignored.

Example

Round(234.5678, 2) returns 234.57.

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com