What does the operator “<<” mean in C#?

前端 未结 9 1138
无人共我
无人共我 2020-12-05 22:57

I was doing some basic audio programming in C# using the NAudio package and I came across the following expression and I have no idea what it means, as i\'ve never seen the

9条回答
  •  生来不讨喜
    2020-12-05 23:40

    Left shift Here is some msdn to help you : http://msdn.microsoft.com/en-us/library/ayt2kcfb(VS.80).aspx

提交回复
热议问题