Pefroming a shift to the left by one bit. It is basic binary methamatics and is equivilant to a *2 when applied to an integral type (but often faster - althought the compiler may internally optimize a *2 into a <<1)