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

Configuration value parser and writer for the double type.

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