changeDoubleParameter

fun changeDoubleParameter(parameterName: String, value: Double): Double

Changes the value associated with the parameterName to the supplied value. If the parameterName is null or there is no parameter for the supplied parameterName, then an exception occurs

Return

the previous value that was associated with the parameterName

Parameters

parameterName

parameterName with which the value is to be associated

value

the value to be associated with parameterName