MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / DoubleValue

Function DoubleValue

sourcecommon/tinyxml2.h:1068–1072  ·  view source on GitHub ↗

Query as a double. See IntValue()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected