Re: Is there a difference between the C# "int" and System.Int32 ???
From: C Newby (can_at_democracydata.com)
Date: 08/25/04
- Next message: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Previous message: Morten Wennevik: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- In reply to: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Next in thread: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Reply: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Reply: David Browne: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 14:57:39 -0400
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//
"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1b96ef1fa45ae13e98b2ce@msnews.microsoft.com...
> C Newby <can@democracydata.com> wrote:
> > Is there a difference between the C# "int" and System.Int32 ??? TIA//
>
> Nope - the former is just a shorthand for the latter.
>
> --
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too
- Next message: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Previous message: Morten Wennevik: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- In reply to: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Next in thread: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Reply: Jon Skeet [C# MVP]: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Reply: David Browne: "Re: Is there a difference between the C# "int" and System.Int32 ???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|