Previous: 4.45.2.43. Max function To the Table of Contents Next: 4.45.2.45. Modf function
4.45.2.43. Max function Table of Contents 4.45.2.45. Modf function

- 4.45.2.44. -
Table of Contents
4. Standard Units
4.45. Math - Extended Mathematics unit
4.45.2. Math Unit Procedures and Functions
4.45.2.44. Min function


4.45.2.44. Min 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.


Previous: 4.45.2.43. Max function To the Table of Contents Next: 4.45.2.45. Modf function
4.45.2.43. Max function Table of Contents 4.45.2.45. Modf function

- 4.45.2.44. -