Iff Function
ImagingUtility

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

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

ImagingUtility (at line 228)

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