UInt128.OnesComplement(UInt128) Operator

Definition

Computes the ones-complement representation of a given value.

public:
 static UInt128 operator ~(UInt128 value) = System::Numerics::IBitwiseOperators<UInt128, UInt128, UInt128>::op_OnesComplement;
public static UInt128 operator ~ (UInt128 value);
static member op_OnesComplement : UInt128 -> UInt128
Public Shared Operator Not (value As UInt128) As UInt128

Parameters

value
UInt128

The value for which to compute the ones-complement.

Returns

The ones-complement of value.

Implements

Applies to