doubleValues

fun StringValuesBuilder.doubleValues(name: String? = null, toDouble: StringToDouble = defaultStringToDouble, toString: DoubleToString = defaultDoubleToString): NamedValuePropertyProvider<List<Double>?>(source)

Creates an optional parameter of type List<Double> with the given name in this StringValuesBuilder instance.

If no name is provided, the property's name will be used.

Parameters

toDouble

Method to use when converting from its String form to Double.

toString

Method to use when converting from its Double form to String.