Click or drag to resize

BitOr Function

X#
Overload List
  NameDescription
Public methodStatic memberCode exampleBitOr(Long, Long)
Perform a bitwise inclusive 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 exampleBitOr(Binary, Binary)
Perform a bitwise inclusive 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 exampleBitOr(Usual, Usual)
Perform a bitwise inclusive 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