doubleValue
fun StringValuesBuilder.doubleValue(name: String? = null, toDouble: StringToDouble = defaultStringToDouble, toString: DoubleToString = defaultDoubleToString): ValueSingleDelegateProvider<Double?>(source)
Creates an optional parameter of type Double with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.