See IntAttribute()
| 1198 | } |
| 1199 | /// See IntAttribute() |
| 1200 | double DoubleAttribute( const char* name ) const { |
| 1201 | double d=0; |
| 1202 | QueryDoubleAttribute( name, &d ); |
| 1203 | return d; |
| 1204 | } |
| 1205 | /// See IntAttribute() |
| 1206 | float FloatAttribute( const char* name ) const { |
| 1207 | float f=0; |
nothing calls this directly
no test coverage detected