Difference between revisions of "Osiris/API/IntegerSum"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * query '''IntegerSum'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Sum''') ===== Descrip...") |
m |
||
(4 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 8: | Line 8: | ||
- | - | ||
===== See Also ===== | ===== See Also ===== | ||
− | + | *[[Osiris/API/IntegerSubtract]] | |
− | [[Category:Osiris Queries]] | + | *[[Osiris/API/IntegerProduct]] |
+ | *[[Osiris/API/IntegerDivide]] | ||
+ | *[[Osiris/API/RealSum]] | ||
+ | |||
+ | [[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
-