The floor method rounds a number downwards to the nearest integer.
System.Int32 floor(System.Double x);
x
number to round
Returns the the nearest integer when rounding downwards.
Member of Math.