Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
July letter on MSDN VFP web site
Message
From
19/07/2004 12:10:08
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00925465
Message ID:
00925801
Views:
17

>
>A full 32-bit number (32 one's in a binary number) equals 2 GB, so numbers based on 32-bits cannot address address space beyond 2 GB.

A full 32-bit number (2^32 - unsigned integer) is equal 4G. 2GB can be represented by 31-bit number (2^31).


(32 one's in a binary number) value is:
- 2^32-1 if it is a unsigned integer
or
- -1 if it is a signed integer
Previous
Reply
Map
View

Click here to load this message in the networking platform