:HEX2OCT function hexadecimal to octal-Table skills免费ppt模版下载-道格办公

HEX2OCT function hexadecimal to octal

  • Picture and text skills
  • Case

Convert hexadecimal number to octal number.


Grammar

HEX2OCT(number, [places])

HEX2OCT function syntax has the following parameters:

Number Required. The hexadecimal number to convert.

Number cannot contain more than 10 characters.

The highest bit of Number is the sign bit.

The remaining 39 bits are quantity bits. Negative numbers are represented by two's complement notation.

Places are optional. The number of characters to use.

If places is omitted, HEX2OCT uses the minimum number of characters necessary.

Places can be used to prepend 0 (zero) to the returned value.


Description

If the Number parameter is negative, the function HEX2OCT ignores places and returns a 10-digit octal number.

If the parameter Number is a negative number, it cannot be less than FFE0000000; if the parameter Number is a positive number, it cannot be greater than 1FFFFFFF.

If number is not a valid hexadecimal number, HEX2OCT returns the #NUM! error value.

If HEX2OCT requires more than one character, it will return a #NUM! error value.

If places is not an integer, it will be truncated.

If HEX2OCT is non-numeric, a #VALUE! error value is returned.

If "number of digits" is negative, HEX2OCT will return #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/HEX2OCT-han-shu-shi-liu-jin-zhi-zhuan-ba-jin-zhi.html

Like (810)
Reward 支付宝扫一扫 支付宝扫一扫
single-end

Related Suggestion