Searched defs:coolValue (Results 1 – 1 of 1) sorted by relevance
570 double coolValue() const { return m_coolValue; } in coolValue() function573 void coolValue(double x) { m_coolValue = (((x >0 )&&(x<=1) )? x : 0.99);} in coolValue() function