Determines the larger of two 64-bit Integer values.
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |