Osiris/API/IntegerDivide

From Divinity Engine Wiki
Revision as of 13:51, 14 November 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''IntegerDivide'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Quotient''') =====...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query IntegerDivide([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Quotient)
Description

Returns the _Quotient of division of _A by _B.

Return Values
  • Success/Failure: Never fails.
  • _Quotient: The result of dividing _A by _B.
Notes

-

See Also