2011

Table Of Contents
Conditional Functions
DescriptionFunction
Returns the value of the second or third expression, depend-
ing on the evaluation of the first one: if expr1 evaluates to
If(expr1, expr2, expr3)
true, returns to expr2; returns expr3 otherwise. Expr1 is a
boolean expression. Expr2 and expr3 can be two values,
two vectors, or two boolean expressions. This enables users
to piece together snippets along the time domain.
752 | Chapter 31 Expressions