Truncate

Returns the integral part of a number. The return value has the same sign as its argument.

Syntax

Truncate ( numeric_value_expression )

numeric_value_expression Numeric value expression.

Example

Truncate(2.65) returns 2.

Truncate(-8.12) returns -8.

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