IffUnsigned Function
ImagingUtility

If Condition is True then TruePart is retured, otherwise FalsePart is returned.

Pascal
function IffUnsigned(Condition: Boolean; 
                     TruePart: LongWord; 
                     FalsePart: LongWord): LongWord; overload;
File

ImagingUtility (at line 213)

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