Hello guys,
I want to obtain least 32 bits from a number of type long, so I perform bitwise
operation "&" on the number with bits mask 0xFFFFFFFF, but the result is error,
it still contains other bits.
for example:
long a = 0x1234567890abL;
long b = (a & 0xFFFFFFFF);
I expect the value of b is 0x567890abL, but in practice, it is still
0x1234567890abL.
Is this a bug ?
Thanks.
-John.
___________________________________________________________
好玩贺卡等你发,邮箱贺卡全新上线!
http://card.mail.cn.yahoo.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---