Dec 5, 2003 #1 A aewarnick Well-known member Joined Jan 29, 2003 Messages 1,031 I was surprised when no build errors were shown when using << and even more surprised when the code worked correctly! What is << in C#?
I was surprised when no build errors were shown when using << and even more surprised when the code worked correctly! What is << in C#?
Dec 5, 2003 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* IIRC its a bitshift operator. << shifts the bits to the left and >> does to the right.