a port of the Processing Visualization Language
Name

floor()

Examples
float x = 2.88;  

int a = floor(x);  // Set "a" to 2
Description Calculates the closest int value that is less than or equal to the value of the parameter.
Syntax
floor(value)
Parameters
value float
Usage Web & Application
Related ceil()
round()

This reference is licensed under the CC BY-NC-SA 2.0 license:

Creative Commons License
Fork me on GitHub