Difference between revisions of "Osiris/API/IntegerSubtract"
From Divinity Engine Wiki
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * query '''IntegerSubtract'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out] | + | * query '''IntegerSubtract'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''', '''''[out]'''(INTEGER)'''''_Result''') |
===== Description ===== | ===== Description ===== | ||
Returns the difference between '''_A''' and '''_B''' as '''_Result''', as '''_A''' - '''_B''' | Returns the difference between '''_A''' and '''_B''' as '''_Result''', as '''_A''' - '''_B''' | ||
Line 6: | Line 6: | ||
* '''_Result''': The difference between _A and _B. | * '''_Result''': The difference between _A and _B. | ||
===== Notes ===== | ===== Notes ===== | ||
− | * | + | * / |
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/IntegerSum]] | * [[Osiris/API/IntegerSum]] | ||
Line 13: | Line 13: | ||
* [[Osiris/API/RealSubtract]] | * [[Osiris/API/RealSubtract]] | ||
− | [[Category:Osiris Queries]] | + | [[Category:Osiris Queries|IntegerSubtract]] |
Latest revision as of 15:39, 19 December 2017
Full Definition(s)
- query IntegerSubtract([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Result)
Description
Returns the difference between _A and _B as _Result, as _A - _B
Return Values
- _Result: The difference between _A and _B.
Notes
- /