Osiris/API/RealMin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * query '''RealMin'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Minimum''') ===== Description ===...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
* query '''RealMin'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out] | * query '''RealMin'''('''''[in]'''(REAL)'''''_A''', '''''[in]'''(REAL)'''''_B''', '''''[out]'''(REAL)'''''_Minimum''') | ||
===== Description ===== | ===== Description ===== | ||
Returns the smaller of two real values '''_A''' and '''_B''' as '''_Minimum'''. | Returns the smaller of two real values '''_A''' and '''_B''' as '''_Minimum'''. | ||
Line 7: | Line 7: | ||
* '''_Minimum''': The smaller of '''_A''' and '''_B'''. | * '''_Minimum''': The smaller of '''_A''' and '''_B'''. | ||
===== Notes ===== | ===== Notes ===== | ||
* / | |||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/RealMax]] | * [[Osiris/API/RealMax]] | ||
* [[Osiris/API/IntegerMin]] | * [[Osiris/API/IntegerMin]] | ||
[[Category:Osiris Queries]] | [[Category:Osiris Queries|RealMin]] |
Latest revision as of 14:43, 19 December 2017
Full Definition(s)
- query RealMin([in](REAL)_A, [in](REAL)_B, [out](REAL)_Minimum)
Description
Returns the smaller of two real values _A and _B as _Minimum.
Return Values
- Success/Failure: Never fails.
- _Minimum: The smaller of _A and _B.
Notes
- /