Docs Menu
API Developer Guide / middleware / pub / math / divideInts

Service: divideInts

This service will provide the division of two integers

Input Parameter:

Name Type Description
firstNum: Integer First number of type integer
SecondNum: Integer Second Number of type integer

Output Parameter:

Name Type Description
result: Integer Division of two integers as integer