TernaryExpression ClassµStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Ternary expression presentation
Inheritance Hierarchy

System Object
  uStrata.MathDaemon.Computation ProtoCondition
    uStrata.MathDaemon.Computation TernaryExpression

Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax

public class TernaryExpression : ProtoCondition

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