Re: 24 bit integer in VB?
Quote:
Originally Posted by
DaBoonDockSaint
lol yea byte sorry. So just out of curiosity what if you had a to convert 9 bytes into a 6 bit integer, is this even possible?
64 bit variable can only contain 8 bytes.
If you are making high precision math, there are libraries for that purpose.
(... Unless you use 64 bit Windows, and you are managing a memory address. I don't know the size of a 64 bit address, but 32 bit OS uses 36 bit address, so maybe 64 bit also use something weird.)