- 4.45.2.44 -
Standard Units
Math Unit
Math Unit Procedures and FunctionsMin function
Targets: MS-DOS, OS/2, Win32
Math Unit
Returns the smaller of two numeric values.
Declaration:
function Min(A, B: Longint): Longint;
function Min(A, B: Single): Single;
function Min(A, B: Double): Double;
function Min(A, B: Extended): Extended;
Remarks:
Use Min to compare two numeric values. Min returns
the smaller value of the two.
|
|
|
Max function |
Table of Content |
Modf function |
- 4.45.2.44 -