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

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

MinIntValue

unit
math
category
range handling routines

declaration
function MinIntValue(const Data: array of Integer): Integer;

description
Returns the smallest value in an integer array.

example
const AnIntArray: array[0..9] of integer = (2,45,-67,0,-2,5,7,3,99,13);

MinIntValue(AnIntArray) == -67

in real code

see also
Min, MaxIntValue, MinValue, MaxValue,


 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?

Discuss in my forum

©2012 About.com. All rights reserved.

A part of The New York Times Company.