Q_IsOdd()

Syntax

result.l = Q_IsOdd(n.qfloat [, m.qfloat])

Description

Returns 1 if n is an integer and odd, otherwise 0

If the optional parameter is given the result will be stored in it, the function returns an integer.