View Single Post
Old 02-10-2007, 07:42 PM   #3 (permalink)
IHaveRegistered
Forum Expert
 
IHaveRegistered's Avatar
 
Join Date: Jun 2003
Location: Ontario
Age: 20
Posts: 4,522
Send a message via MSN to IHaveRegistered
Default

Quote:
Originally Posted by mordero View Post
I believe that if you have "Optimize code" check in the properties that those ifs will compile to the same MSIL code.

And I thought int was the same as System.Int32 on 32 bit systems and the same as System.Int64 on 64 bit systems with no performance loss or gain by using either...
Sooo... They're still the same? I suppose it'd be easier to understand (but more lines... boo).

Well they stated that the System.Int32 compared to int earned no gain in performance, but the website I found that little chat there at is very interesting. CodeGuru Forums - 6 C# fundamental questions
__________________
IHaveRegistered is offline   Reply With Quote