template<>
Corrade::Utility::ConfigurationValue<float> struct

Configuration value parser and writer for the float type.

Empty value is parsed as 0.0f. Values are saved with 6 significant digits, same as how Debug or format() prints them.