1. Computing
Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back

Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
 

Min

unit
math
category
arithmetic routines

declaration
function Min(X,Y);

description
Returns the smaller value of the two numerical values.

example
var Lo : integer;
	
Lo := Max(5,6);

//Lo = 5

in real code

see also
Max,


 Free Delphi code snippet inside every Delphi Newsletter!
Subscribe to the Newsletter
Name
Email

 Got some code to share? Got a question? Need some help?

©2013 About.com. All rights reserved.