Difference between revisions of "Osiris/API/IntegerSum"
From Divinity Engine Wiki
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 12: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
-