floatValues
fun StringValuesBuilder.floatValues(name: String? = null, toFloat: StringToFloat = defaultStringToFloat, toString: FloatToString = defaultFloatToString): NamedValuePropertyProvider<List<Float>?>(source)
Creates an optional parameter of type List<Float> with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.