Div

From InterBase

Go Up to The InterBase UDF Library


div

Divides the two inputs and returns the quotient.

DECLARE EXTERNAL FUNCTION DIV
INTEGER, INTEGER
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT 'IB_UDF_div' MODULE_NAME 'ib_udf';

Advance To

floor