Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very big value for CRC32
Message
From
12/08/2011 08:17:05
 
 
To
12/08/2011 08:12:21
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01520761
Message ID:
01520817
Views:
45
>>If it's your crc32 class which returns an Integer, then that value is impossible.
>
>So, basically, a CRC32 value should not be higher than an integer. Is that correct?


A crc32 produces a 32 bit structure

If the structure is an Integer32 its value is between -(2^31) and 2^31 - 1

If the value is an unsigned integer32, its value is between 0 and 2^32 -1


You may want to look at your class and/or what you are doing with the value it returns
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform