Re: Binaries
- To: mathgroup at smc.vnet.net
- Subject: [mg69756] Re: Binaries
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Fri, 22 Sep 2006 01:04:29 -0400 (EDT)
- Organization: Uni Leipzig
- References: <eetuj3$9ls$1@smc.vnet.net>
Hi, FromDigits[#, 2] & /@ Partition[IntegerDigits[4412345, 2, 32], 8] will split the bytes in 4412345. Regards Jens <David.MartinyMarero at uam.es> schrieb im Newsbeitrag news:eetuj3$9ls$1 at smc.vnet.net... | Dear sirs, | | How can I read binary numbers with the format: three bytes placed in a | long? | | Thanks, | | D- |