Please enable JavaScript to view this site.

Returns the value rounded down. Optionally the number of decimal digits can be defined.

 

double Floor(double/int value; [int digits])

 

value

A number.

digits

The number of decimal digits in the return value. Negative numbers are also supported.

Example

Floor(735.9; -1)

Returns 730.

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC