VectorInt operator<<(const VectorInt &AValue, int Bits);
Performs bitwise left shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const VectorInt & | |
| 2 | Bits | int |
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler
Performs bitwise left shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const VectorInt & | |
| 2 | Bits | int |