Skip to content

UInt24.ExclusiveOr Operator

Definition

Computes the exclusive-or of two values.

public static UInt24 operator ExclusiveOr(UInt24 left, UInt24 right);

View source

Parameters

Name Type Description
left UInt24 The value to xor with right.
right UInt24 The value to xor with left.

Returns

UInt24

The exclusive-or of left and right.