Difference between revisions of "Osiris/API/IntegerProduct"
From Divinity Engine Wiki
Line 12: | Line 12: | ||
* [[Osiris/API/IntegerSum]] | * [[Osiris/API/IntegerSum]] | ||
* [[Osiris/API/IntegerDivide]] | * [[Osiris/API/IntegerDivide]] | ||
+ | * [[Osiris/API/RealProduct]] | ||
[[Category:Osiris Queries]] | [[Category:Osiris Queries]] |
Revision as of 13:26, 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
-