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