Mod Function

  • Updated

Divides two numbers and returns only the remainder.

Syntax

 

Divides two numbers and returns only the remainder.

 

Mod(number, divisor)

 

 

Arguments:

 

 

 

number

Numeric - A numeric expression.

 

 

divisor

Numeric - A numeric expression.

Remarks

  • Example: Mod(7, 3) returns 1.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.