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

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

public void ParameterAdd(
	string parameter,
	double value
)

Parameters

parameter
Type: System String
Name of the parameter
value
Type: System Double
Initial value assigned to the parameter
See Also