| 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 |
| description |
| 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 |
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

