hex2dec
Convert text representation of hexadecimal integer to double value
Syntax
Description
converts the hexadecimal integer represented by D
= hex2dec(hexStr
)hexStr
to the equivalent
decimal number and returns it as a double-precision floating-point value.
If hexStr
represents an integer greater than or equal to
flintmax
, then hex2dec
might not represent it
exactly as a floating-point value.