- Picture and text skills
- Case
Convert octal number to decimal number.
Grammar
OCT2DEC(number)
OCT2DEC function syntax has the following parameters:
"Number" Required. The octal number to convert. Number cannot contain more than 10 octal characters (30 bits).
The highest bit of Number is the sign bit. The remaining 29 bits are quantity bits. Negative numbers are represented by two's complement notation.
Description
If number is not a valid octal number, OCT2DEC returns the #NUM! error 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/OCT2DEC-han-shu-ba-jin-zhi-shu-zhuan-huan-shi-jin-zhi-shu.html
评论列表(196条)
测试