MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / DoubleValue

Function DoubleValue

3rdparty/tinyxml2/tinyxml2.h:1195–1199  ·  view source on GitHub ↗

Query as a double. See IntValue()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected