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
It's called left-shift operator.
Follow this link for more detailed information.