IIf operator
Author: magicgb
Creation Date: 1/16/2014 12:12 PM
profile picture

magicgb

#1
Does the iif operator work with Wealth-Lab. If so, give me an example. Thanks.
profile picture

Eugene

#2
There's no such operator in C#, you're confusing it with VB. In C# it's the conditional operator ?:, usually referred to as "ternary operator".

CODE:
Please log in to see this code.


For the basics of the language, please refer to the FAQ:

How do I start with C# ?
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).