Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

double Impala::Util::PropertySet::GetDouble ( CString  name,
double  defaultValue = 0. 
) const [inline]

Definition at line 75 of file PropertySet.h.

References Impala::atof(), and GetString().

Referenced by Impala::Core::Training::BestFileDiff(), Impala::Application::Util::DoDumpParameter(), Impala::Persistency::FikSvmRepositoryInFile::Get(), Impala::Core::Training::TestBestFile::testReadNew(), and Impala::Core::Training::TestBestFile::testReadOld().

00076     {
00077         String val = GetString(name);
00078         if (val == "")
00079             return defaultValue;
00080         return atof(val);
00081     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:19 2011 for ImpalaSrc by  doxygen 1.5.1