Esempio n. 1
0
	double CXmlNode::ReadAttributeDouble(const CString& str, const double& nDef)
	{
		return GetAttributeDouble(str, nDef);
	}
Esempio n. 2
0
	double CXmlNode::ReadAttributeDouble(const std::wstring& str, const double& _default)
	{
		return GetAttributeDouble(str, _default);
	}