TernaryExpression PropertiesµStrata MathDaemon™ Computation LibraryMathDaemon Class Library

The TernaryExpression type exposes the following members.

Properties

  NameDescription
Public propertyDisplayFormula
Visual presentation of the expression

if "ifLeftExpression" "CompareSign" "ifRightExpression" then "thenExpression" else "elseExpression"

Public propertyElseExpression
Expression to evaluate if ternary expression is false
Public propertyIfLeftExpression
Left side of ternary expression
Public propertyIfRightExpression
Right side of ternary expression
Public propertyName
A name of the expression
Public propertyThenExpression
Expression to evaluate if ternary expression is true
Top
See Also