Bool3.BitwiseOr

Operator in Bool3

Declaration

public static Bool3 operator |(Bool3 lhs, Bool3 rhs)

Description

Performs a bitwise OR operation on two tuples.

Parameters

lhsThe first tuple.
rhsThe second tuple.

Returns

Bool3The result of the operation.