- Picture and text skills
- Case
Convert hexadecimal number to decimal number.
Syntax HEX2DEC(number)
Number The hexadecimal number to be converted. The parameter number cannot have more than 10 digits (40-bit binary), the highest bit is the sign bit, and the remaining 39 bits are numeric bits. Negative numbers are represented by the binary number's complement.
Description If the parameter Number is not a legal hexadecimal number, HEC2DEC returns the error value #NUM!.
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/shi-liu-jin-zhi-zhuan-shi-jin-zhi-HEX2DEC-han-shu-ying-yong-zhi-nan.html
评论列表(196条)
测试