Manuals/calci/DEC2HEX
Jump to navigation
Jump to search
DEC2HEX(num, p)
Where 'num' is the decimal integer to convert and 'p' is the number of characters to use.
- DEC2HEX returns NAN(error) value, whenever the number is nonnumeric or negative.
- Places should be numeric and positive. Otherwise it shows the error values.
DEC2HEX
Lets see an example,
DEC2HEX(num, p)
=DEC2HEX(50, 5) is 32
=DEC2HEX(35) is 23
Syntax
Remarks
Examples
Description
DEC2HEX(num, p)
Where 'num' is the decimal integer to convert and 'p' is the number of characters to use.
Column1 | Column2 | Column3 | Column4 | |
Row1 | 32 | 23 | ||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |