SqlInt16.OnesComplement(SqlInt16) Operatore

Definizione

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

public:
 static System::Data::SqlTypes::SqlInt16 operator ~(System::Data::SqlTypes::SqlInt16 x);
public static System.Data.SqlTypes.SqlInt16 operator ~ (System.Data.SqlTypes.SqlInt16 x);
static member op_OnesComplement : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt16
Public Shared Operator Not (x As SqlInt16) As SqlInt16

Parametri

x
SqlInt16

Struttura SqlInt16.

Restituisce

Struttura SqlInt16 la cui proprietà Value contiene il complemento della struttura SqlInt16 specificata.

Commenti

Il metodo equivalente per questo operatore è SqlInt16.OnesComplement(SqlInt16).

Si applica a

Vedi anche