I have an array of 8 bytes. Is it possible to place byte 1 into b1(byte type) and then bytes 2 to 9 into d1(double)? If possible, how does the code look like? Thanks.