C
C Newby
Is there a difference between the C# "int" and System.Int32 ??? TIA//
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C Newby said:Is there a difference between the C# "int" and System.Int32 ??? TIA//
C said:Is there a difference between the C# "int" and System.Int32 ??? TIA//
C Newby said:That is as I thought.
But I was wondering ... so far as I remember, there was an intrinsic
integer type in Java. Is there any reason to think that the .NET
implementation of integers would suffer from performance problems (in
comparison to Java), even if only slightly? Or is the Java
implementation in fact the same and I'm just remembering it
incorrectly?
C Newby said:Thanks Jon. I looked around a little on MSDN as to how Int32 is handled by
the runtime, but I didn't see anything. Could you either elaborate on the
subject some more or direct me to a reference? Thanks again//

C Newby said:That is as I thought.
But I was wondering ... so far as I remember, there was an intrinsic integer
type in Java. Is there any reason to think that the .NET implementation of
integers would suffer from performance problems (in comparison to Java),
even if only slightly? Or is the Java implementation in fact the same and
I'm just remembering it incorrectly?
TIA//
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.