Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
Min
See Also
,
Unit: IdGlobal
Determines the smaller of two Integer values.
function
Min(AValueOne: Integer; AValueTwo: Integer): Integer;
Parameters
AValueOne: Integer
The first Integer value.
AValueTwo: Integer
The second Integer value.
Returns
Integer - The smaller of the two Integer values.
Description
Min is an Integer function used to determine the smaller of two Integer values. Min is provided to avoid any dependency on the Borland Math.pas unit.