DECTOBIN
Returns the binary representation of a decimal number.
Last updated
Returns the binary representation of a decimal number.
Last updated
DECTOBIN(decValue)
decValue - the decimal number which should be converted to a binary value - Value type: number
The function returns the binary representation of decValue, as a text containing 0 and 1 (like “100101")
Decimal places of decValue are ignored.
A negative decValue returns a negative binary value.
Examples
Example 1 - DECTOBIN of a single value:
Example 2 - DECTOBIN for a range of values: