SqlInt32.Xor(SqlInt32, SqlInt32) Metoda

Definice

Provede bitové operace exclusive-OR na zadaných SqlInt32 strukturách.

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

Parametry

x
SqlInt32

Struktura SqlInt32 .

y
SqlInt32

Struktura SqlInt32 .

Návraty

Struktura SqlInt32 , která obsahuje výsledky bitové XOR operace.

Platí pro

Viz také