MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlXPathCastToNumber

Function xmlXPathCastToNumber

ThirdParty/libxml2/vtklibxml2/xpath.c:4943–4946  ·  view source on GitHub ↗

* xmlXPathCastToNumber: * @val: an XPath object * * Converts an XPath object to its number value * * Returns the number value */

Source from the content-addressed store, hash-verified

4941 * Returns the number value
4942 */
4943double
4944xmlXPathCastToNumber(xmlXPathObjectPtr val) {
4945 return(xmlXPathCastToNumberInternal(NULL, val));
4946}
4947
4948/**
4949 * xmlXPathConvertNumber:

Callers 1

xmlXPathConvertNumberFunction · 0.85

Calls 1

Tested by

no test coverage detected