Left shifts the bits of an expression.
result = expression1 << expression2 |
| JScript |
| Bitwise Left Shift Operator (<<) (JScript 5.6) |
| See Also |
Left shifts the bits of an expression.
result = expression1 << expression2 |
Arguments
Remarks
Requirements
See Also