Difference between revisions of "Osiris/API/IntegerProduct"

From Divinity Engine Wiki
Jump to: navigation, search
m
 
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]]
Line 14: Line 14:
 
* [[Osiris/API/RealProduct]]
 
* [[Osiris/API/RealProduct]]
 
    
 
    
[[Category:Osiris Queries]]
+
[[Category:Osiris Queries|IntegerProduct]]

Latest revision as of 16: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