If Condition is True then TruePart is retured, otherwise FalsePart is returned.
function Iff(Condition: Boolean; TruePart: LongInt; FalsePart: LongInt): LongInt; overload;
ImagingUtility (at line 210)