Click or drag to resize

BitAnd Function

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