Difference between revisions of "Osiris/API/RealProduct"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * query '''RealProduct'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Product''') ===== Description...") |
m |
||
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 15: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
-