ExpressionEngine ExpressionAdd Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Add a single expression to the storage. Only 3 expressions should be added for free version.

Passed formula is not checked for correct syntax.

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

public void ExpressionAdd(
	string name,
	string expression
)

Parameters

name
Type: System String
Name for the expression
expression
Type: System String
The formula
See Also