FLOOR(x)

This function returns the largest integer value that is smaller than or equal to a number.

Example:

FLOOR(0.5)=0