ExpressionEngine GetTernaryExpression Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Retrieve an ternary expression structure by its name

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

public TernaryExpression GetTernaryExpression(
	string name
)

Parameters

name
Type: System String
Name of the expression

Return Value

Type: TernaryExpression
Ternary expression structure
See Also