Left shifts the bits of an expression.
Syntaxresult = expression1 << expression2
The << operator shifts the bits of expression1 left by the number of bits specified in expression2. For example, the variable temp has a value of 56 because 14 (00001110 in binary) shifted left two bits equals 56 (00111000 in binary).
var temp
temp = 14 << 2
See also Other articles
Microsoft Developer Network: Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4