Q_Floor()

Syntax

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

Description

Rounds n down toward the next integer number, i.e. 1.6 will become 1

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