Osiris/API/IntegerMin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/IntegerMax]] | * [[Osiris/API/IntegerMax]] | ||
* [[Osiris/API/RealMin] | * [[Osiris/API/RealMin]] | ||
[[Category:Osiris Queries]] | [[Category:Osiris Queries]] |
Revision as of 12:38, 14 November 2017
Full Definition(s)
- query IntegerMin([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Minimum)
Description
Returns the smaller of two integers _A and _B as _Minimum.
Return Values
- Success/Failure: Never fails.
- _Minimum: The smaller of _A and _B.
Notes
-