Osiris/API/IntegerProduct

From Divinity Engine Wiki
Revision as of 13:46, 14 November 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''IntegerProduct'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Product''') =====...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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