Difference between revisions of "Osiris/API/RealDivide"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * query '''RealDivide'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Quotient''') ===== Description...")
 
m
 
Line 14: Line 14:
 
* [[Osiris/API/IntegerDivide]]
 
* [[Osiris/API/IntegerDivide]]
 
    
 
    
[[Category:Osiris Queries]]
+
[[Category:Osiris Queries|RealDivide]]

Latest revision as of 16:41, 19 December 2017

Full Definition(s)
  • query RealDivide([in](REAL)_A, [in](REAL)_B, [out](REAL)_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
  • Warning: attempts to divide by 0 causes undefined behaviour and is not caught.
See Also