Mount Fuji Engine  0.8b
float MFFloor ( float  x)

Returns the next integer less than or equal to x.

Parameters
xValue to find the floor.
Returns
The next integer less than or equal to x.
See Also
MFCeil()