ExpressionEngine ExecuteTernaryExpressions Method (Dictionary String, Double )µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Performs a calculation for all stored ternary expressions using passed values.

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

public Dictionary<string, double> ExecuteTernaryExpressions(
	Dictionary<string, double> values
)

Parameters

values
Type: System.Collections.Generic Dictionary String, Double 
Values collection to replace currently stored data

Return Value

Type: Dictionary String, Double 
Dictionary of calculated results, values paired to corresponding expression names
See Also