• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: a question I am ashamed to ask
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >a question I am ashamed to ask (From: email@hidden)

  • Prev by Date: Re: a question I am ashamed to ask
  • Next by Date: Re: two things (newbie)
  • Previous by thread: Re: a question I am ashamed to ask
  • Next by thread: Re: a question I am ashamed to ask
  • Index(es):
    • Date
    • Thread