Difference between revisions of "Osiris/API/RealMin"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * query '''RealMin'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Minimum''') ===== Description ===...")
 
m
 
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* query '''RealMin'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Minimum''')
+
* 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 16: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
  • /
See Also