Osiris/API/IntegerDivide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
* [[Osiris/API/IntegerProduct]] | * [[Osiris/API/IntegerProduct]] | ||
* [[Osiris/API/IntegerModulo]] | * [[Osiris/API/IntegerModulo]] | ||
* [[Osiris/API/RealDivide]] | |||
[[Category:Osiris Queries]] | [[Category:Osiris Queries|IntegerDivide]] |
Latest revision as of 14:35, 19 December 2017
Full Definition(s)
- query IntegerDivide([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Quotient)
Description
Returns the _Quotient of division of _A by _B.
Return Values
- Success/Failure: Never fails.
- _Quotient: The result of dividing _A by _B.
Notes
- Warning: attempts to divide by 0 causes undefined behaviour and is not caught.