VectorInt.LeftShift Operator

class operator LeftShift(const AValue: VectorInt; const Bits: Integer): VectorInt;

Performs bitwise left shift of aValue.

#NameTypeDescription
1AValueVectorInt
2BitsInteger

Result: stored in self (calling object), returns self for chaining