Q_Integer()

Syntax

pointer.qfloat = Q_Integer(n.qfloat [, result.qfloat])

Description

Returns the integer part of n , i.e. 1.6 will become 1 and -1.6 will become -1

The result is stored in n or, if the optional parameter is given, in result.