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