[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.LogicalFunctions

LogicalFunctions Class

Represents logical functions.

Inheritance
LogicalFunctions
Namespace: C1.CalcEngine.ExpressionEngine
Assembly: C1.CalcEngine.dll
Syntax
public static class LogicalFunctions

Methods

Name Description
Iif(List<IExpression>)

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

IsNull(List<IExpression>)

Returns True if the specified Value is NULL.