[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.LogicalFunctions.Iif

Iif Method

Iif(List<IExpression>)

Returns the evaluation of one of two expressions, depending on the condition.

Declaration
public static object Iif(List<IExpression> source)
Parameters
Type Name Description
List<IExpression> source
Returns
Type Description
object