
11-01-2008, 02:24 AM
|
Banned
|
Join Date: Feb 2007
Posts: 1,002
|
|
Unsigned Bitshift
Hello all,
Since Stefan thought it would be hilarious to ignore my PM, I'll ask in here.
I'm trying to do a unsigned bitshift to the right (equiv of >>> in some other dynamically typed languages).
However, Graal does not provide any operator for this, nor a method to cast your signed integer to an unsigned integer.
I would also like to get past the max signed int value.
If anyone has experienced this problem before and has a solution, let me know!
Thanks |
|
|