IBit Operations<T>.Not Method
Computes the bitwise complement of a value.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The bitwise complement of a.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Not(
T a
)
Parameters
- a T
- A value.
Return Value
TThe bitwise complement of a.