Osiris/API/IntegerSum: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
*[[Osiris/API/IntegerSubtract]] | *[[Osiris/API/IntegerSubtract]] | ||
*[[Osiris/API/IntegerProduct]] | *[[Osiris/API/IntegerProduct]] | ||
*[[Osiris/API/IntegerDivide]] | |||
[[Category:Osiris Queries]] | [[Category:Osiris Queries]] |
Revision as of 11:51, 14 November 2017
Full Definition(s)
- query IntegerSum([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Sum)
Description
Returns the sum of integers _A and _B as _Sum.
Return Values
- Sum: The sum of the two integers.
Notes
-