Osiris/API/IntegerMax: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * query '''IntegerMax'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Maximum''') ===== Des...")
 
No edit summary
Line 10: Line 10:
===== See Also =====
===== See Also =====
* [[Osiris/API/IntegerMin]]
* [[Osiris/API/IntegerMin]]
* [[Osiris/API/RealMax]]
    
    
[[Category:Osiris Queries]]
[[Category:Osiris Queries]]

Revision as of 12:39, 14 November 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