DIV
Returns the integer portion of a division operation
DIV(dividend
, divisor
)
Performs a division operation, returning the integer part of the solution
Arguments
Argument
Description
dividend
Integer to divide by divisor
divisor
Integer to divide dividend
by
Output
The integer from a division operation
Example
Last updated
Was this helpful?