Osiris/API/RealMax: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * query '''RealMax'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Maximum''') ===== Description ===...") |
(No difference)
|
Revision as of 12:40, 14 November 2017
Full Definition(s)
- query RealMax([in](REAL)_A, [in](REAL)_B, [out](REAL)_Maximum)
Description
Returns the greater of two real values _A and _B as _Maximum.
Return Values
- Success/Failure: Never fails.
- _Maximum: The greater of _A and _B.
Notes
-