Bin or

From InterBase

Go Up to The InterBase UDF Library


bin_or

Returns the result of a binary OR operation performed on the two input values.

DECLARE EXTERNAL FUNCTION BIN_OR
INTEGER, INTEGER
RETURNS INTEGER BY VALUE
ENTRY_POINT 'IB_UDF_bin_or' MODULE_NAME 'ib_udf';

Advance To

bin_xor