Q_IsEven()

Syntax

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

Description

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

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