Documentation/Calc Functions/GULV.PRÆCIS
Jump to navigation
Jump to search
Outdated translations are marked like this.
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Template:Documentation/Calc Functions/Func Page Links/da
GULV.PRÆCIS
Kategori:
Matematisk
Resume:
Afrunder et tal til det nærmeste multiplum af en signifikans-værdi.
Syntaks:
GULV.PRÆCIS(Number [; Significance])
Returnerer:
Returnerer en heltalsværdi.
Argumenter:
Tallet er det tal, som skal afrundes, eller en reference til en celle, der indeholder tallet.
Signifikans (valgfri) er værdienN, eller en reference til en celle, der indeholder den værdi, som tallet skal afrundes til et multiplum af. Dens standard er 1.
- If either argument is non-numeric, then GULV.PRÆCIS reports a #VALUE! error.
- If either Number or Significance is equal to 0, then GULV.PRÆCIS returns 0.
Yderligere oplysninger:
Template:Documentation/Calc Functions/floor functions information/da
Eksempler:
Template:Calc-Formula/da | Template:Calc-Description/da | Template:Calc-Returns/da |
---|---|---|
=GULV.PRÆCIS(11,5) | Significance defaults to 1. The function rounds down 11.5 to the nearest integer multiple of 1. | 11 |
=GULV.PRÆCIS(-11,5) | Significance defaults to 1. The function rounds down -11.5 to the nearest integer multiple of 1. | -12 |
=GULV.PRÆCIS(7; 2,3) | The function rounds down 7 to the nearest integer multiple of 2.3. | 6,9 |
=GULV.PRÆCIS(-7; -2,3) | The function rounds down -7 to the nearest integer multiple of 2.3 (the sign of the significance value is ignored). | -9,2 |
=GULV.PRÆCIS(D1; D2) where cells D1 and D2 contain the numbers 10 and 3 respectively. | The function rounds down the value 10 to the nearest integer multiple of 3. | 9 |
Beslægtede LibreOffice-funktioner:
ODF standard:
Ingen
Tilsvarende Excel-funktioner:
GULV.PRÆCIS