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.
Comments
0 comments
Article is closed for comments.