@DIV

The DIV function takes two parameters, for which the data type is dependent on the context of the function. It divides the first parameter by the second and returns the quotient as either an integral number or decimal number, depending on the function’s context.

Parameters

@DIV (Dividend, Divisor)
Dividend
Required parameter containing the dividend value or the value to be divided. Evaluated as either an integral or decimal number, depending on the function’s context.
Divisor
Required parameter containing the divisor value or the value to divide into Dividend. Evaluated as either an integral or decimal number, depending on the function’s context.

Supported Return Types

  • Integral Number
  • Decimal Number