Name | floor() |
||
---|---|---|---|
Examples |
x = 2.88 a = floor(x)# Sets 'a' to 2 | ||
Description | Calculates the closest int value that is less than or equal to the value of the parameter. | ||
Syntax | floor(n) | ||
Parameters |
| ||
Related |
ceil() round() |
Updated on Mon Sep 21 15:53:25 2020.
If you see any errors or have comments, please let us know.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License