+ Reads a float value, returning @true if the value was found.
+
+ With the second overload, if the value was not found, @a defaultVal is
+ used instead.
+
+ Notice that the value is read as a double but must be in a valid range
+ for floats for the function to return @true.
+
+ @since 2.9.1
+
+ @beginWxPerlOnly
+ Not supported by wxPerl.
+ @endWxPerlOnly
+ */
+ //@{
+ bool Read(const wxString& key, float* f) const;
+ bool Read(const wxString& key, float* f, float defaultVal) const;
+ //@}
+
+ /**
+ Reads a float value, returning @true if the value was found. If the