class operator LeftShift(const AValue: VectorInt; const Bits: Integer): VectorInt;
Performs bitwise left shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | VectorInt | |
| 2 | Bits | Integer |
Result: stored in self (calling object), returns self for chaining
Performs bitwise left shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | VectorInt | |
| 2 | Bits | Integer |
Result: stored in self (calling object), returns self for chaining