Min Function
ImagingUtility

Returns lesser of two integer numbers.

Pascal
function Min(A: LongInt; 
             B: LongInt): LongInt;
File

ImagingUtility (at line 195)

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