|
-
Apr 4th, 2011, 05:22 AM
#1
Thread Starter
Fanatic Member
Is Int64 the Same with Long
Always?
Be it in 32 or 64 bit system?
-
Apr 4th, 2011, 06:44 AM
#2
Re: Is Int64 the Same with Long
Yes, a VB.Net Long is the same as System.Int64 regardless of the platform you compile your code too.
-
Apr 4th, 2011, 06:48 AM
#3
Re: Is Int64 the Same with Long
The documentation tells you it is a contant value. If there was any diffference, it would also tell you. It would be crazy to be a different value depending on your architecture!
-
Apr 4th, 2011, 07:22 AM
#4
Re: Is Int64 the Same with Long
If you want a data type that changes from 32 bit to 64 bit depending on the platform then you use IntPtr.
VB6 Library
If I helped you then please help me and rate my post!
If you solved your problem, then please mark the post resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|