Documentation/Calc Functions/BITOR
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
BITELLER
Kategori:
Matematisk
Resume:
Returnerer et bitvis logisk "or (eller)" af parametrene. Begge værdier på den samme position bør være 1 i den binære repræsentation af parametertallene for at få outputtet 1 på den position.
Syntaks:
BITELLER(Number1; Number2)
Returnerer:
Rwturnerer et positivt heltal.
Argumenter:
Tal 1 og tal 2 er positive heltal mindre end 2 ^ 48 (281.474.976.710.656).
Number2 is an integer in the range [0, 248-1], or a reference to a cell containing that number, that is the second value for the bitwise ELLER operation.
- * Hvis ét af argumenterne er et decimaltal, tages der hensyn til dets gulvværdi.
- Hvis ét af argumenterne er mindre end 0, returnerer BITOR fejlkoden Err:502.
- Hvis ét af argumenterne er ikke er et heltal eller er større end (2^48)-1, returnerer BITOR returnerer fejlkodem Err:502.
- If either Number1 or Number2 is a non-integer value, then BITELLER truncates that value to an integer.
- If either Number1 or Number2 is less than 0 or greater than 248-1, then BITELLER reports an invalid argument error (Fejl:502).
Yderligere oplysninger:
- Ingen
- 248 is equal to 281474976710656.
Eksempler:
Formel | Beskrivelse | Returnerer |
---|---|---|
=BITELLER(6; 10) | 6 is binary 0110 and 10 is binary 1010. The function evaluates 0110 ELLER 1010 and returns decimal 14 (binary 1110). |
14 |
=BITELLER(D1; D2) where cells D1 and D2 contain the numbers 123 and 156 respectively. | 123 is binary 01111011 and 156 is binary 10011100. The function evaluates | |
=BITELLER(6,123; 10,9) | The floor values of the two arguments are taken, giving 6 (binary 0110) and 10 (binary 1010). The function evaluates 0110 ELLER 1010 and returns decimal 14 (binary 1110). |
14 |
Beslægtede LibreOffice-funktioner:
ODF standard:
Relaterede (eller lignende) Excel-funktioner:
BITOR since v.2013.