class GameMath { static int floor(double value) { return value.floor(); } }