Difference between revisions of "Osiris/API/IntegerMax"

From Divinity Engine Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* query '''IntegerMax'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Maximum''')
+
* query '''IntegerMax'''('''''[in]'''(INTEGER)'''''_A''', '''''[in]'''(INTEGER)'''''_B''', '''''[out]'''(INTEGER)'''''_Maximum''')
 
===== Description =====
 
===== Description =====
 
Returns the greater of two integers '''_A''' and '''_B''' as '''_Maximum'''.
 
Returns the greater of two integers '''_A''' and '''_B''' as '''_Maximum'''.
Line 12: Line 12:
 
* [[Osiris/API/RealMax]]
 
* [[Osiris/API/RealMax]]
 
    
 
    
[[Category:Osiris Queries]]
+
[[Category:Osiris Queries|IntegerMax]]

Latest revision as of 16:36, 19 December 2017

Full Definition(s)
  • query IntegerMax([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Maximum)
Description

Returns the greater of two integers _A and _B as _Maximum.

Return Values
  • Success/Failure: Never fails.
  • _Maximum: The greater of _A and _B.
Notes

-

See Also