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