- 4.45.2.43 -
Standard Units
![](images/1.gif)
Math Unit
![](images/1.gif)
![](images/1.gif)
Math Unit Procedures and FunctionsMax function
Targets: MS-DOS, OS/2, Win32
Math Unit
Returns the greater of two numeric values.
Declaration:
function Max(A, B: Longint): Longint;
function Max(A, B: Single): Single;
function Max(A, B: Double): Double;
function Max(A, B: Extended): Extended;
Remarks:
Use Max to compare two numeric values. Max returns
the greater value of the two.
![Previous: LRotR function](images/prev.gif) |
![To the Table of Content](images/index.gif) |
![Next: Min function](images/next.gif) |
LRotR function |
Table of Content |
Min function |
- 4.45.2.43 -