Iff Function
ImagingUtility

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

Pascal
function Iff(Condition: Boolean; 
             TruePart: LongInt; 
             FalsePart: LongInt): LongInt; overload;
File

ImagingUtility (at line 210)

Related Information
You are here: Symbol Reference > Functions > Iff Function (Boolean, LongInt, LongInt)