ContextHelperGetParameterValue Method (ContextParameters, String, Double) | 
 
            Get the double parameter value from the context
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static double GetParameterValue(
	ContextParameters context,
	string name,
	double defaultValue
)
Public Shared Function GetParameterValue ( 
	context As ContextParameters,
	name As String,
	defaultValue As Double
) As Double
Parameters
- context
 - Type: WorkflowGen.My.DataContextParameters
The context - name
 - Type: SystemString
The context parameter name - defaultValue
 - Type: SystemDouble
The default value 
Return Value
Type: 
DoubleThe parameter value
See Also