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.

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.