We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › unsigned integers in Processing
Page Index Toggle Pages: 1
unsigned integers in Processing? (Read 678 times)
unsigned integers in Processing?
May 15th, 2008, 5:17am
 
Is there a way to use unsigned integers in Processing?

I would really love to be able to use the MSB for what I am doing!
Re: unsigned integers in Processing?
Reply #1 - May 15th, 2008, 10:20am
 
No, all integers are signed unfortunately. if int isn't big enough, use a long instead, as that's 64 bits.
Page Index Toggle Pages: 1