Topic Path: Symbol Reference > Functions > Min Function
ContentsIndexHome
PreviousUpNext
Min Function

Determines the smaller of two 64-bit integer values.

File
function Min(
    const AValueOne: Int64; 
    const AValueTwo: Int64
): Int64;
Parameters 
Description 
AValueOne 
Value for the comparison.
 
AValueTwo 
Value for the comparison. 

Int64 - The smaller of the specified 64-bit integer values.

Min is an Int64 function used to determine the smaller of the values specified in AValueOne and AValueTwo. Min is a convenience function that eliminates the dependency on the Delpi Math.pas unit for this common operation.

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