ExpressionEngine ExecuteExpressions Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Performs a calculation for all stored expressions (ternary expressions are not included)

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

public Dictionary<string, double> ExecuteExpressions()

Return Value

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