aewarnick Posted December 5, 2003 Posted December 5, 2003 I was surprised when no build errors were shown when using << and even more surprised when the code worked correctly! What is << in C#? Quote C#
Administrators PlausiblyDamp Posted December 5, 2003 Administrators Posted December 5, 2003 IIRC it's a bitshift operator. << shifts the bits to the left and >> does to the right. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.