next up previous contents index
Next: Conditions with the if-element Up: Real subfunctions Previous: Delay   Contents   Index


if

The if function works similar to the if-element (see section 9.8 on page [*]). It will evalue a condition and than, depending on whether the condition result is true or false, will return the value of its first (true case) or second (false case) subfunction.


Syntax: $UF=if( Condition, UF_1, UF_2 )$


Description of the elements:


Example:



Betti Österholz 2013-02-13