View Single Post
  #1  
Old 11-01-2008, 02:24 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
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
Reply With Quote