Difference between revisions of "Osiris/API/RealMax"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * query '''RealMax'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Maximum''') ===== Description ===...") |
m |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * query '''RealMax'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out] | + | * query '''RealMax'''('''''[in]'''(REAL)'''''_A''', '''''[in]'''(REAL)'''''_B''', '''''[out]'''(REAL)'''''_Maximum''') |
===== Description ===== | ===== Description ===== | ||
Returns the greater of two real values '''_A''' and '''_B''' as '''_Maximum'''. | Returns the greater of two real values '''_A''' and '''_B''' as '''_Maximum'''. | ||
Line 12: | Line 12: | ||
* [[Osiris/API/RealMin]] | * [[Osiris/API/RealMin]] | ||
− | [[Category:Osiris Queries]] | + | [[Category:Osiris Queries|RealMax]] |
Latest revision as of 15:42, 19 December 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
-