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