Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt op_BitwiseAnd(MatrixInt Left, MatrixInt Right) | Computes bitwise "and" between Left and right. |
| 2 | MatrixInt op_BitwiseAnd(MatrixInt Left, TMtxInt Right) | Computes bitwise "and" between Left and right. |
| 3 | MatrixInt op_BitwiseAnd(TMtxInt Left, MatrixInt Right) | Computes bitwise "and" between Left and right. |
Overload 1: MatrixInt op_BitwiseAnd(MatrixInt Left, MatrixInt Right)
Computes bitwise "and" between Left and right.
Result: stored in self (calling object), returns self for chaining
Overload 2: MatrixInt op_BitwiseAnd(MatrixInt Left, TMtxInt Right)
Computes bitwise "and" between Left and right.
Result: stored in self (calling object), returns self for chaining