Ternary expression presentation
Inheritance Hierarchy
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
The TernaryExpression type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DisplayFormula |
Visual presentation of the expression
if "ifLeftExpression" "CompareSign" "ifRightExpression" then "thenExpression" else "elseExpression" | |
| ElseExpression |
Expression to evaluate if ternary expression is false
| |
| IfLeftExpression |
Left side of ternary expression
| |
| IfRightExpression |
Right side of ternary expression
| |
| Name |
A name of the expression
| |
| ThenExpression |
Expression to evaluate if ternary expression is true
|
See Also