View Single Post
Old 02-09-2007, 05:14 PM   #2 (permalink)
mordero
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 22
Posts: 2,911
Default

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...
mordero is offline   Reply With Quote