pymel.util.arrays.floor

floor(x)

Return the floor of x as a float. This is the largest integral value <= x. This function has been overriden from math.floor to work element-wise on iterables