Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
FLOOR
[go: Go Back, main page]

FLOOR

Syntax

=FLOOR(value, factor)

Arguments

ArgumentTypeDescription
valueNumberThe value to round down
factorNumber(Optional) Specified factor

Examples

=FLOOR(3.14)3
Rounds the value 3.14 down to the nearest multiple of 1

=FLOOR(10, 4)8
Rounds the value 10 down to the nearest multiple of 4

=FLOOR(-10, 4)-8
Rounds the value -10 down to the nearest multiple of 4