Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Abs
Access
ACos
ACosh
Alloc
AND
Ang
APPEND
Arithmetische Operatoren
AS
Asc
ASin
ASinh
ATan2
ATanh
BChg
BClr
Bin$
BREAK
BSet
BTst
CASE
CATCH
CBool
Cbr
CByte
CDate
CFloat
Choose
Chr$
CInt
CLASS
CLong
CLOSE
Comp
CONST
CONTINUE
Conv$
COPY
Cos
Cosh
CREATE
CShort
CSng
CStr
Date
DateAdd
DateDiff
Datentypen
Day
DConv$
DEBUG
DEC
DEFAULT
Deg
Deklaration von Konstanten
DFree
DIM
Dir
DIV
DO
ELSE
END
FINALLY
FOR
Local Variable Declaration
LOOP
OPEN
Rad
Timer
WHILE
Zuweisungen
Zuweisungs-Operatoren
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Round
Value
= Round (
Number
[
,
Digits
]
)
Rounds a number to its nearest integer, if
Digits
is not specified.
If
Digits
is specified, rounds to
10
^
Digits
.
Examples
PRINT
Round
(
Pi
,
-2
)
3.14
PRINT
Round
(
1972
,
2
)
2000
See also
Arithmetical Functions