UInt128.OnesComplement(UInt128) Operador

Definição

Calcula a representação ones-complement de um determinado valor.

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

Parâmetros

value
UInt128

O valor para o qual calcular os ones-complement.

Retornos

O complemento ones de value.

Implementações

Aplica-se a