| Servertec | << | |
|
|
Performs a bit left shift on on the first expression by the number of bits specified in the second expression. Syntaxexpression << expression Example#define MASK(v) (v<<2) |
|
top of page
|