ExpressionEngine GetParameterValue Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Retrieve currently stored parameter value by its name

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

public double GetParameterValue(
	string name
)

Parameters

name
Type: System String
Name of the parameter

Return Value

Type: Double
Stored value
See Also