Skip to main content
Skip table of contents

u.AFRONDEN(numberToRound, numberAfterKomma)

Rondt een getal af op het opgegeven aantal decimalen.

PY
a = str(u.AFRONDEN(Field!Value.Value,1))
b = str(u.AFRONDEN(Field!Value.Value,1))
c = str(u.AFRONDEN('1.14',1))
d = str(u.AFRONDEN('1.15',1))
e = str(u.AFRONDEN('1.16',1))
f = str(u.AFRONDEN('10005548714.25',1))

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.