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

Function FloatValue

sourcecommon/tinyxml2.h:1074–1078  ·  view source on GitHub ↗

Query as a float. See IntValue()

Source from the content-addressed store, hash-verified

1072 }
1073 /// Query as a float. See IntValue()
1074 float FloatValue() const {
1075 float f=0;
1076 QueryFloatValue( &f );
1077 return f;
1078 }
1079
1080 /** QueryIntValue interprets the attribute as an integer, and returns the value
1081 in the provided parameter. The function will return XML_NO_ERROR on success,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected