SqlByte.OnesComplement(SqlByte) Método

Definición

El operador de complemento realiza una operación de complemento bit a bit en su SqlByte operando.

public:
 static System::Data::SqlTypes::SqlByte OnesComplement(System::Data::SqlTypes::SqlByte x);
public static System.Data.SqlTypes.SqlByte OnesComplement(System.Data.SqlTypes.SqlByte x);
static member OnesComplement : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlByte
Public Shared Function OnesComplement (x As SqlByte) As SqlByte

Parámetros

x
SqlByte

Un estructura SqlByte.

Devoluciones

Estructura SqlByte cuya Value propiedad contiene el complemento del SqlByte parámetro .

Se aplica a

Consulte también