VectorInt op_LeftShift(VectorInt AValue, Int32 Bits)
Performs bitwise left shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | VectorInt | |
| 2 | Bits | Int32 |
Result: stored in self (calling object), returns self for chaining
Performs bitwise left shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | VectorInt | |
| 2 | Bits | Int32 |
Result: stored in self (calling object), returns self for chaining