- Picture and text skills
- Case
Convert hexadecimal number to decimal number.
strong>
Syntax
HEX2DEC(number)
Number The hexadecimal number to be converted. The number of digits in the parameter number cannot exceed 10 digits (40-bit binary), the highest bit is the sign bit, and the remaining 39bits
is a digit. 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/HEX2DEC-han-shu-shi-liu-jin-zhi-zhuan-huan-shi-jin-zhi.html
评论列表(196条)
测试