MatrixInt.LeftShift Operator

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

Performs bitwise left shift of aValue.

#NameTypeDescription
1AValueMatrixInt
2BitsInteger

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