SqlInt64 排他的 OR 演算子
指定したパラメータでビットごとの排他的 OR 演算を実行します。
returnValue = SqlInt64.op_ExclusiveOr(x, y)
[C#]
public static SqlInt64 operator ^(SqlInt64x,SqlInt64y);
[C++]
public: static SqlInt64 op_ExclusiveOr(SqlInt64x,SqlInt64y);
[JScript]
returnValue = x ^ y;
[Visual Basic] Visual Basic では、この型で定義されている演算子を使用することができます。ただし、独自に定義することはできません。Xor メソッドを SqlInt64 排他的 or 演算子の代わりに使用することができます。
[JScript] JScript では、この型で定義されている演算子を使用することができます。ただし、独自に定義することはできません。
引数 [Visual Basic, JScript]
パラメータ [C#, C++]
戻り値
ビットごとの XOR 演算の結果を格納している SqlInt64 構造体。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET