Osiris/API/IntegerProduct: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * query '''IntegerProduct'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Product''') =====...")
 
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
===== Full Definition(s) =====
===== Full Definition(s) =====
* query '''IntegerProduct'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Product''')
* query '''IntegerProduct'''('''''[in]'''(INTEGER)'''''_A''', '''''[in]'''(INTEGER)'''''_B''', '''''[out]'''(INTEGER)'''''_Product''')
===== Description =====
===== Description =====
Returns the '''_Product''' of '''_A''' and '''_B'''.
Returns the '''_Product''' of '''_A''' and '''_B'''.
Line 7: Line 7:
* '''_Product''': The product of '''_A''' and '''_B'''.
* '''_Product''': The product of '''_A''' and '''_B'''.
===== Notes =====
===== Notes =====
-
* /
===== See Also =====
===== See Also =====
* [[Osiris/API/IntegerSubtract]]
* [[Osiris/API/IntegerSubtract]]
* [[Osiris/API/IntegerSum]]
* [[Osiris/API/IntegerSum]]
* [[Osiris/API/IntegerDivide]]
* [[Osiris/API/RealProduct]]
    
    
[[Category:Osiris Queries]]
[[Category:Osiris Queries|IntegerProduct]]

Latest revision as of 14:37, 19 December 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
  • /
See Also