Please enable JavaScript to view this site.

Returns the rounded value. Half values are rounded to even. Optionally the number of decimal digits can be defined.

 

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

 

value

A number.

digits

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

Example

Round(735; -1)

Returns 740.

  

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