take a node's value and return a double value
| 993 | //* take a node's value and return a double value |
| 994 | //*********************************************************** |
| 995 | double ImportData::doubleValue() { |
| 996 | return textValue().toDouble(); |
| 997 | } |
| 998 | |
| 999 | |
| 1000 | //*********************************************************** |
nothing calls this directly
no outgoing calls
no test coverage detected