Extracted from as of .
   

Method floor()


Method floor

float floor(float f)

Description

Return the closest integer value less or equal to f.

Note

floor() does not return an int, merely an integer value stored in a float.

See also

ceil(), round()