binary array to byte type?
I am trying to figure out a way to do the following.
I have a int [64] array of 1's and 0's representing a 64-bit number. I
would like to collapse this into a byte [8] array. Does anyone have any
ideas on an easy way to accomplish this?
.
Relevant Pages
- Re: Row Compression
... Otherwise, use Jim's suggestion ... > And want to remove rows with a blank in column 1 and collapse the whole ... > array to get: ... Prev by Date: ... (microsoft.public.excel.misc) - Re: Complex sum function help - possible?
... >> HTH ... but this is for another user and I would like to accomplish this ... Prev by Date: ... (microsoft.public.excel.programming) - Re: Looking for speed performance to draw line.
... each item in an array, that being the next and/or previous indexes. ... and it's next pointer to the previous item's original next pointer. ... Next -1, Prev 0 ... shapes up into shape classes that implemented the required commands ... (microsoft.public.vb.winapi.graphics) - Re: best practice if then else
... Is the best way to accomplish this a long list of ... the value of the element of the array Arr corresponding to the selected ... buttons select which Easter function is to be tested (years in error, ... (comp.lang.javascript) - Referencing Variables By Name in a String
... so creating them in an array isn't really an option. ... There are several variable groups like this - this is only one of them. ... <now start the code referencing this item> ... Does anyone know a way to accomplish something like this. ... (comp.lang.ruby) |
|