Query as a double. See IntValue()
| 1066 | } |
| 1067 | /// Query as a double. See IntValue() |
| 1068 | double DoubleValue() const { |
| 1069 | double d=0; |
| 1070 | QueryDoubleValue( &d ); |
| 1071 | return d; |
| 1072 | } |
| 1073 | /// Query as a float. See IntValue() |
| 1074 | float FloatValue() const { |
| 1075 | float f=0; |
nothing calls this directly
no outgoing calls
no test coverage detected