SqlInt16.Xor(SqlInt16, SqlInt16) Metodo

Definizione

Esegue un’operazione esclusiva OR bit per bit sui parametri forniti.

public:
 static System::Data::SqlTypes::SqlInt16 Xor(System::Data::SqlTypes::SqlInt16 x, System::Data::SqlTypes::SqlInt16 y);
public static System.Data.SqlTypes.SqlInt16 Xor (System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y);
static member Xor : System.Data.SqlTypes.SqlInt16 * System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt16
Public Shared Function Xor (x As SqlInt16, y As SqlInt16) As SqlInt16

Parametri

x
SqlInt16

Struttura SqlInt16.

y
SqlInt16

Struttura SqlInt16.

Restituisce

Struttura SqlInt16 ontenente i risultati dell'operazione XOR.

Si applica a

Vedi anche