doubleParameter

fun doubleParameter(parameterName: String): Double

Gets the value associated with the supplied parameterName as a double. If the parameterName is null or there is no parameter for the supplied parameterName, then an exception occurs

Return

the value of the parameter

Parameters

parameterName

the name of the parameter