SqlInt16.Xor(SqlInt16, SqlInt16) メソッド

定義

指定したパラメーターでビットごとの排他的 OR 演算を実行します。

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

パラメーター

x
SqlInt16

SqlInt16 構造。

y
SqlInt16

SqlInt16 構造。

戻り値

XOR 演算の結果を格納している SqlInt16 構造体。

適用対象

こちらもご覧ください