Using Tools > Using Field Functions > Field Function Programming Reference > Conditional Expression

Your Ad Here




Conditional Expression

The conditional expression defined by the ternary operator "?:" is defined in the same way as in the C language. By way of example:

(a > b) ? a : b

is equivalent to

z = max(a, b)

Return to CD-adapco STAR-CCM+ Index


Your Ad Here