doubleArrayParameterSize

fun doubleArrayParameterSize(parameterName: String): Int

Returns the size (array length) of the DoubleArray parameter. If the parameterName is null or there is no parameter for the supplied parameterName, then an exception occurs

Return

the size of the array

Parameters

parameterName

the name of the parameter