public double GetDouble(string name) { IMGEntry e = GetChild(name); if (e == null) { return(0); } return(e.GetDouble()); }