Osiris/API/RealSum: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * query '''RealSum'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Sum''') ===== Description ===== R...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
* query '''RealSum'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out] | * 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 14: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
- /