Example #1
0
 public HResult SetDouble(Guid guidKey, double fValue)
 {
     return(m_Attribs.SetDouble(guidKey, fValue));
 }