Osiris/API/RealProduct: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * query '''RealProduct'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Product''') ===== Description...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
* query '''RealProduct'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out] | * query '''RealProduct'''('''''[in]'''(REAL)'''''_A''', '''''[in]'''(REAL)'''''_B''', '''''[out]'''(REAL)'''''_Product''') | ||
===== Description ===== | ===== Description ===== | ||
Returns the '''_Product''' of '''_A''' and '''_B'''. | Returns the '''_Product''' of '''_A''' and '''_B'''. | ||
Line 14: | Line 14: | ||
* [[Osiris/API/IntegerProduct]] | * [[Osiris/API/IntegerProduct]] | ||
[[Category:Osiris Queries]] | [[Category:Osiris Queries|RealProduct]] |
Latest revision as of 14:44, 19 December 2017
Full Definition(s)
- query RealProduct([in](REAL)_A, [in](REAL)_B, [out](REAL)_Product)
Description
Returns the _Product of _A and _B.
Return Values
- Success/Failure: Never fails.
- _Product: The product of _A and _B.
Notes
-