Difference between revisions of "Osiris/API/IntegerSubtract"
From Divinity Engine Wiki
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]] |
Revision as of 13:23, 14 November 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
-