Determines the smaller of two 64-bit integer values.
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.
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. |