IBitOperations<T>.Not Method

Computes the bitwise complement of a value.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Not(
	T a
)

Parameters

a  T
A value.

Return Value

T
The bitwise complement of a.

See Also