MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / QueryFloatValue

Method QueryFloatValue

src/xml/tinyxml2.cpp:1125–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123
1124
1125XMLError XMLAttribute::QueryFloatValue( float* value ) const {
1126 if ( XMLUtil::ToFloat( Value(), value )) {
1127 return XML_NO_ERROR;
1128 }
1129 return XML_WRONG_ATTRIBUTE_TYPE;
1130}
1131
1132
1133XMLError XMLAttribute::QueryDoubleValue( double* value ) const {

Callers 1

QueryFloatAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected