MCPcopy Create free account
hub / github.com/MyGUI/mygui / get_number

Method get_number

Tools/EditorFramework/pugixml.cpp:10713–10718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10711 }
10712
10713 PUGI__FN double xpath_variable::get_number() const
10714 {
10715 return (_type == xpath_type_number)
10716 ? static_cast<const impl::xpath_variable_number*>(this)->value
10717 : impl::gen_nan();
10718 }
10719
10720 PUGI__FN const char_t* xpath_variable::get_string() const
10721 {

Callers 1

eval_numberMethod · 0.45

Calls 1

gen_nanFunction · 0.70

Tested by

no test coverage detected