Click or drag to resize

BitTest Function

X#
Overload List
  NameDescription
Public methodStatic memberCode exampleBitTest(Long, Long)
Determines whether a specific bit in a Numeric, Varbinary, or Blob value is set to 1. There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before performing the operation.
Public methodStatic memberCode exampleBitTest(Binary, Long)
Determines whether a specific bit in a Numeric, Varbinary, or Blob value is set to 1. There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before performing the operation.
Public methodStatic memberCode exampleBitTest(Usual, Usual)
Determines whether a specific bit in a Numeric, Varbinary, or Blob value is set to 1. There is a numeric and a binary version of the syntax. If the specified expression is not an integer, it is converted to an integer before performing the operation.
Top
See Also