Edit

DIV ER function

The DIV function is available in Dynamics 365 Finance 10.0.49 and later.

The DIV function returns the integer division of two integers. The result is the quotient of the division of dividend by divisor, rounded down to the nearest integer.

Syntax

DIV (dividend, divisor)

Arguments

dividend: Integer

The dividend, or the number to be divided.

divisor: Integer

The divisor, or the number by which dividend is divided.

Return values

Integer

The resulting numeric value.

Example

DIV (5, 2) returns 2.

Additional resources

Mathematical functions