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: Bob Ippolito <email@hidden>
- Date: Thu, 10 Jun 2004 16:45:20 -0400
On Jun 10, 2004, at 3:57 PM, email@hidden wrote:
>
What is the range on a UInt32? or am I wrong in thinking it's a number?
UInt32 is an unsigned 32 bit integer, which means its range is [ 0, (2
^ 32) - 1 ]
SInt32 has a range of [ -(2 ^ 31), (2 ^ 31) - 1 ]
I hope it's obvious how to figure out the range of the other fixed-size
integer types from there :)
-bob
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.