-
Notifications
You must be signed in to change notification settings - Fork 36
Divide Function
Nilesh Ghodekar edited this page Mar 18, 2018
·
1 revision
int Divide(first:int, second:int)
Divides the first integer number by the second integer number and returns the integer quotient of the division.
If any input parameter is null, it is treated as if it's zero.
2.18.318.0 and later
Divide(5,2)
returns 2.
- 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