Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Very big value for CRC32
Message
De
12/08/2011 08:17:05
 
 
À
12/08/2011 08:12:21
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01520761
Message ID:
01520817
Vues:
44
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform