Difference between revisions of "Osiris/API/IntegerSum"
From Divinity Engine Wiki
m |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * query '''IntegerSum'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out] | + | * query '''IntegerSum'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''', '''''[out]'''(INTEGER)'''''_Sum''') |
===== Description ===== | ===== Description ===== | ||
Returns the sum of integers '''_A''' and '''_B''' as '''_Sum'''. | Returns the sum of integers '''_A''' and '''_B''' as '''_Sum'''. | ||
Line 10: | Line 10: | ||
*[[Osiris/API/IntegerSubtract]] | *[[Osiris/API/IntegerSubtract]] | ||
*[[Osiris/API/IntegerProduct]] | *[[Osiris/API/IntegerProduct]] | ||
+ | *[[Osiris/API/IntegerDivide]] | ||
+ | *[[Osiris/API/RealSum]] | ||
− | [[Category:Osiris Queries]] | + | [[Category:Osiris Queries|IntegerSum]] |
Latest revision as of 15:39, 19 December 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
-