SqlInt64.OnesComplement(SqlInt64) Operatore

Definizione

Esegue un’operazione di complemento a uno bit per bit sul relativo operando SqlInt64.

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

Parametri

x
SqlInt64

Struttura SqlInt64.

Restituisce

Nuova struttura SqlInt64 la cui proprietà Value è uguale al complemento a uno del parametro SqlInt64.

Commenti

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

Si applica a

Vedi anche