Osiris/API/IntegerProduct: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 12: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
-