Bool3.LogicalNot

Operator in Bool3

Declaration

public static Bool3 operator !(Bool3 operand)

Description

Performs a logical negation operation on a tuple.

Parameters

operandThe tuple to negate.

Returns

Bool3The result of the operation.