Query as a double. See IntValue()
| 1193 | } |
| 1194 | /// Query as a double. See IntValue() |
| 1195 | double DoubleValue() const { |
| 1196 | double d=0; |
| 1197 | QueryDoubleValue( &d ); |
| 1198 | return d; |
| 1199 | } |
| 1200 | /// Query as a float. See IntValue() |
| 1201 | float FloatValue() const { |
| 1202 | float f=0; |
nothing calls this directly
no outgoing calls
no test coverage detected