- Picture and text skills
- Case
Returns the bitwise AND of two numbers.
Syntax
BITAND( 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
■ BITAND returns a decimal number.
■ If any parameter is less than 0, BITAND returns the error value #NUM!.
■ If any parameter is a non-integer or greater than (2^48)-1, BITAND returns the error value #NUM!.
■ If any parameter is non-numeric, BITAND 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/qiao-yong-BITAND-han-shu-qiu-C-yu-yan-zhong-de-an-wei-yu.html
评论列表(196条)
测试