floor
Getting the largest integer that is less than or equal to x.
func double floor (
double x
)
double x
)
Parameters
x | Floating-point value. |
Return value
The closest greatest integer.
Related links | Source |
Installer and installation software
Commercial and Freeware installers.
Getting the largest integer that is less than or equal to x.
x | Floating-point value. |
The closest greatest integer.
Related links | Source |