Char.IBitwiseOperators<Char,Char,Char>.OnesComplement(Char) Operador

Definición

Calcula la representación del complemento uno de un valor determinado.

 static char System.Numerics.IBitwiseOperators<System.Char,System.Char,System.Char>.operator ~(char value) = System::Numerics::IBitwiseOperators<char, char, char>::op_OnesComplement;
static char IBitwiseOperators<char,char,char>.operator ~ (char value);
static member System.Numerics.IBitwiseOperators<System.Char,System.Char,System.Char>.op_OnesComplement : char -> char
 Shared Operator Not (value As Char) As Char Implements IBitwiseOperators(Of Char, Char, Char).op_OnesComplement

Parámetros

value
Char

Valor para el que se va a calcular el complemento uno.

Devoluciones

El complemento uno de value.

Implementaciones

Se aplica a