|
-
February 26th, 2003, 06:26 AM
#1
VB.NET equivalent of C# << operator
Hi
Does VB.NET have an equivalent of C#'s left-shift << operator?
If not, how could I implement it in a function?
Thanks in advance!
-
February 26th, 2003, 09:05 AM
#2
Yes, VB.NET (now) has bit shift operators,
the same as in C#, they are << and >>.
But.....
You have to upgrade to VS 2003 to be able to work with them.
Bit shifting is one of the new feature in VB.NET 2003
Danny
-
February 26th, 2003, 06:42 PM
#3
Thanks
Cheers for that Danny, looks like I'll have to speak to my boss about upgrading.
PS Amsterdam is one cooool city!
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
|