SqlByte.OnesComplement(SqlByte) Metodo

Definizione

L’operatore complemento a uno esegue l’operazione complemento a uno bit per bit sul relativo operando SqlByte.

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

Parametri

x
SqlByte

Struttura SqlByte.

Restituisce

Struttura SqlByte la cui proprietà Value contiene il complemento a uno del parametro SqlByte.

Si applica a

Vedi anche