Rounds a float to the next lowest integer. This differs from Trunc when using negative numbers, Trunc( -1.6 ) is -1 but Floor( -1.6 ) is -2.
integer Floor( a )
int agk::Floor( float a )