- Picture and text skills
- Case
Returns the bitwise exclusive OR of two numbers.
Syntax
BITXOR( number1, number2)
number1 must be in decimal format and greater than or equal to 0.
number2 must be in decimal format and greater than or equal to 0.
Description
■BITXOR returns a decimal number.
■If any parameter is less than 0, BITXOR returns the error value #NUM!.
■If any parameter is a non-integer or greater than (2^48)-1, BITXOR returns the error value #NUM!.
■If any parameter is non-numeric, BITXOR returns the error value #VALUE!.
Articles are uploaded by users and are for non-commercial browsing only. Posted by: Lomu, please indicate the source: https://www.daogebangong.com/en/articles/detail/BITXOR-han-shu-fan-hui-shu-zhi-yi-huo-zhi.html
评论列表(196条)
测试