Difference between revisions of "Osiris/API/IntegerProduct"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * query '''IntegerProduct'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Product''') =====...") |
|||
Line 11: | Line 11: | ||
* [[Osiris/API/IntegerSubtract]] | * [[Osiris/API/IntegerSubtract]] | ||
* [[Osiris/API/IntegerSum]] | * [[Osiris/API/IntegerSum]] | ||
+ | * [[Osiris/API/IntegerDivide]] | ||
[[Category:Osiris Queries]] | [[Category:Osiris Queries]] |
Revision as of 12:51, 14 November 2017
Full Definition(s)
- query IntegerProduct([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Product)
Description
Returns the _Product of _A and _B.
Return Values
- Success/Failure: Never fails.
- _Product: The product of _A and _B.
Notes
-