ExpressionEngine SetParameterValue Method (Dictionary String, Double )µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Assign new values to all parameters passed in the list

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

public void SetParameterValue(
	Dictionary<string, double> values
)

Parameters

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