-
Notifications
You must be signed in to change notification settings - Fork 36
Mod Function
Nilesh Ghodekar edited this page Mar 18, 2018
·
1 revision
int Mod(first:int, second:int)
Divides the first integer number by the second integer number and returns the remainder of the division.
If any input parameter is null, it is treated as if it's zero.
2.18.318.0 and later
Mod(5,2)
returns 1.
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum