Click to See Complete Forum and Search --> : VB.NET equivalent of C# << operator


kangolian
February 26th, 2003, 05:26 AM
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!

DdH
February 26th, 2003, 08:05 AM
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

kangolian
February 26th, 2003, 05:42 PM
Cheers for that Danny, looks like I'll have to speak to my boss about upgrading.

PS Amsterdam is one cooool city!