|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
|
| Header File
| | Unicode
| No
| Platform Notes
| None
|
|
|
min
The
min macro compares two values and returns the smaller one. The data type can be
any numeric data type, signed or unsigned. The data type of the arguments and
the return value is the same.
min(
Parameters
Specifies the first of two values.
Specifies the second of two values.
Return Values
The return value is the smaller of the two specified values.
Remarks
The
min macro is defined as follows:
#define min(a, b) (((a) < (b)) ? (a) : (b))
See Also
max
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database