truncate( param )


Parameters

  Type Description
param numeric value to truncate

_result

Set to a numeric value that is the truncated value of param.

Descriptions

Sets _result to the value of param with its decimal portion removed. The result is a whole number. Since truncate is a command it can not be used in an expression and must appear on a line by itself. After calling truncate, the _result variable may be used in an expression.

See Also

round, min, max, abs, sign