Re: a question I am ashamed to ask
Re: a question I am ashamed to ask
- Subject: Re: a question I am ashamed to ask
- From: Shawn Erickson <email@hidden>
- Date: Thu, 10 Jun 2004 13:37:02 -0700
On Jun 10, 2004, at 12:57 PM, email@hidden wrote:
What is the range on a UInt32? or am I wrong in thinking it's a number?
U = unsigned number
Int = integer number (not a floating point number)
32 = 32 bits wide
So between 0 and 4,294,967,295 (2^32 - 1).
-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.