floor

public static int floor(double x)

Speedy floor, faster than (int)Math.floor(x)

Return

Floored value

Parameters

x

Value to floor