Difference between revisions of "Osiris/API/RealSum"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * query '''RealSum'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Sum''') ===== Description ===== R...")
 
m
 
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* query '''RealSum'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Sum''')
+
* query '''RealSum'''('''''[in]'''(REAL)'''''_A''', '''''[in]'''(REAL)'''''_B''', '''''[out]'''(REAL)'''''_Sum''')
 
===== Description =====
 
===== Description =====
 
Returns the sum of real values '''_A''' and '''_B''' as '''_Sum'''.
 
Returns the sum of real values '''_A''' and '''_B''' as '''_Sum'''.
Line 6: Line 6:
 
* '''Sum''': The sum of the two integers.
 
* '''Sum''': The sum of the two integers.
 
===== Notes =====
 
===== Notes =====
-
+
* /
 
===== See Also =====
 
===== See Also =====
 
*[[Osiris/API/RealSubtract]]
 
*[[Osiris/API/RealSubtract]]
Line 13: Line 13:
 
*[[Osiris/API/IntegerSum]]
 
*[[Osiris/API/IntegerSum]]
  
[[Category:Osiris Queries]]
+
[[Category:Osiris Queries|RealSum]]

Latest revision as of 16:45, 19 December 2017

Full Definition(s)
  • query RealSum([in](REAL)_A, [in](REAL)_B, [out](REAL)_Sum)
Description

Returns the sum of real values _A and _B as _Sum.

Return Values
  • Sum: The sum of the two integers.
Notes
  • /
See Also