SwapMin Function
ImagingUtility

Swaps two LongInt values if necessary to ensure that Min <= Max.

Pascal
procedure SwapMin(var Min: LongInt; 
                  var Max: LongInt);
File

ImagingUtility (at line 241)

Related Information
You are here: Symbol Reference > Functions > SwapMin Function