Member of the string class.
c = dec2bin(a)
Converts a decimal number to a binary 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. |
| Name | Description |
| c | Returns a binary number equivalent to a. Valid binary digits are 0 and 1. c is a string. |
A = 2562525
C = dec2bin(A)