Manuals/calci/BIN2HEX
Jump to navigation
Jump to search
BIN2HEX(num, p)
Where 'num' is the binary number to convert and 'p' is the number of characters to use.
Converts a binary number to hexadecimal.
num' must be a binary number.
BIN2HEX returns the error value, when 'num' contains more than 10 characters (10 bits).
If number is negative, BIN2HEX shows NAN(error) value.
BIN2HEX returns the error value, when places are nonnumeric or negative.
BIN2HEX
[javascript:ToggleDiv('divExpCollAsst_4') Lets see an example,]
[javascript:ToggleDiv('divExpCollAsst_4') BIN2HEX(num, p)]
[javascript:ToggleDiv('divExpCollAsst_4') =BIN2HEX(11111011, 3) is 0FB]
[javascript:ToggleDiv('divExpCollAsst_4') =BIN2HEX(1110) is E]
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 11111011 | 0FB | E | |
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |