Difference between revisions of "Osiris/API/IntegerSum"
From Divinity Engine Wiki
Line 9: | Line 9: | ||
===== See Also ===== | ===== See Also ===== | ||
*[[Osiris/API/IntegerSubtract]] | *[[Osiris/API/IntegerSubtract]] | ||
− | + | *[[Osiris/API/IntegerProduct]] | |
[[Category:Osiris Queries]] | [[Category:Osiris Queries]] |
Revision as of 12:46, 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
-