Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → bin_and
Firebird Home Firebird Home Prev: atan2Firebird Documentation IndexUp: External functions (UDFs)Next: bin_or

bin_and

Library: ib_udf

Added in: IB

Better alternative: Internal function BIN_AND()

Description: Returns the bitwise AND result of the arguments.

Result type: INTEGER

Syntax: 

bin_and (num1, num2)

Declaration: 

DECLARE EXTERNAL FUNCTION bin_and
   INTEGER, INTEGER
   RETURNS INTEGER BY VALUE
   ENTRY_POINT 'IB_UDF_bin_and' MODULE_NAME 'ib_udf'
Prev: atan2Firebird Documentation IndexUp: External functions (UDFs)Next: bin_or
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → bin_and