Fills up the binary number with zeros(0) or ones(1), to the size in Byte.
fillUpToByte(x, size=0, value=FALSE)
The binary number to fill up with zeros. (Any binary vector).
in Byte. 0 = auto (smallest possible Byte).
to fill up with FALSE(0) or fill up with TRUE(1).
binary number. A binary vector with the desired size.
No floating point supported.