Click or drag to resize

BitXor Function

X#
Overload List
  NameDescription
Public methodStatic memberCode exampleBitXor(Long, Long)
Perform a bitwise exclusive OR operation on two or more values of Numeric, Varbinary, or Blob type and returns the result. There is a numeric and a binary version of the syntax.
Public methodStatic memberCode exampleBitXor(Binary, Binary)
Perform a bitwise exclusive OR operation on two or more values of Numeric, Varbinary, or Blob type and returns the result. There is a numeric and a binary version of the syntax.
Public methodStatic memberCode exampleBitXor(Usual, Usual)
Perform a bitwise exclusive OR operation on two or more values of Numeric, Varbinary, or Blob type and returns the result. There is a numeric and a binary version of the syntax.
Top
See Also