Bin and

From InterBase

Go Up to The InterBase UDF Library


bin_and

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

DECLARE EXTERNAL FUNCTION BIN_AND
INTEGER, INTEGER
RETURNS INTEGER BY VALUE
ENTRY_POINT 'IB_UDF_bin_and' MODULE_NAME 'ib_udf';

Advance To

bin_or