![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = dec_to_hex(a)
c = dec_to_hex(a, b)
Legacy Name: dec2hex
Converts a decimal number to a hexadecimal number represented by a string.
Name | Description |
---|---|
a | Specifies a decimal number. a is an integer between 0 and 2^52-1. LabVIEW rounds a if a is not an integer. |
b | Specifies the number of hex-digits in c. b is a positive integer. |
Name | Description |
---|---|
c | Returns a hexadecimal number equivalent to a. c is a string. Valid hexadecimal characters are: 0-9, A, B, C, D, E and F. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
A = 2562525
C = dec_to_hex(A)
Helpful
Not Helpful