Bool3.BitwiseOr
Operator in Bool3
Declaration
public static Bool3 operator |(Bool3 lhs, Bool3 rhs)Description
Performs a bitwise OR operation on two tuples.
Parameters
| lhs | The first tuple. |
| rhs | The second tuple. |
Returns
| Bool3 | The result of the operation. |