IBitOperations<T>.Xor Method

Computes a bitwise exclusive or of two values.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Xor(
	T a,
	T b
)

Parameters

a  T
A value.
b  T
A value.

Return Value

T

See Also