Topic Path: Symbol Reference > Functions > Max Function (Int64, Int64)
ContentsIndexHome
PreviousUpNext
Max Function

Determines the larger of two 64-bit Integer values.

File
function Max(
    const AValueOne: Int64; 
    const AValueTwo: Int64
): Int64;
Parameters 
Description 
AValueOne 
The first 64-bit Integer value.
 
AValueTwo 
The second 64-bit Integer value. 

Int64 - The larger of the two values.

Max is an Integer function used to determine the larger of two 64-bit Integer values. Max is provided to avoid any dependency on the Borland Math.pas unit.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.