指定した SqlInt32 構造体でビットごとの排他的 OR 演算を実行します。
Public Shared Function Xor( _
ByVal x As SqlInt32, _ ByVal y As SqlInt32 _) As SqlInt32
[C#]
public static SqlInt32 Xor(SqlInt32x,SqlInt32y);
[C++]
public: static SqlInt32 Xor(SqlInt32x,SqlInt32y);
[JScript]
public static function Xor(
x : SqlInt32,y : SqlInt32) : SqlInt32;
パラメータ
- x
SqlInt32 構造体。 - y
SqlInt32 構造体。
戻り値
ビットごとの XOR 演算の結果を格納している SqlInt32 構造体。
必要条件
プラットフォーム: 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