BitTest Function |
Name | Description | |
---|---|---|
BitTest(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.
| |
BitTest(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.
| |
BitTest(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.
|