floor(x);floor is a function that takes in a number, and returns the greatest integer less or equal to x
see here
Arguments
xThe value to floorReturns
intgreatest integer less than or equals to xfloor(x);floor is a function that takes in a number, and returns the greatest integer less or equal to x
see here
xThe value to floorintgreatest integer less than or equals to x