Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → bin_xor
Firebird Home Firebird Home Prev: bin_orFirebird Documentation IndexUp: External functions (UDFs)Next: ceiling

bin_xor

Library: ib_udf

Added in: IB

Better alternative: Internal function BIN_XOR()

Description: Returns the bitwise XOR result of the arguments.

Result type: INTEGER

Syntax: 

bin_xor (num1, num2)

Declaration: 

DECLARE EXTERNAL FUNCTION bin_xor
   INTEGER, INTEGER
   RETURNS INTEGER BY VALUE
   ENTRY_POINT 'IB_UDF_bin_xor' MODULE_NAME 'ib_udf'
Prev: bin_orFirebird Documentation IndexUp: External functions (UDFs)Next: ceiling
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → bin_xor