double floor = Math.floor(7.343); // floor = 7.0 //rounds to the value down to the nearest integer value (returned as double)