MCPcopy Create free account
hub / github.com/MariaDB/server / GetFloatValue

Method GetFloatValue

storage/connect/xobject.cpp:73–77  ·  view source on GitHub ↗

/ GetFloatValue: returns the Result value as a double float. */ /

Source from the content-addressed store, hash-verified

71/* GetFloatValue: returns the Result value as a double float. */
72/***********************************************************************/
73double XOBJECT::GetFloatValue(void)
74 {
75 ASSERT(Value)
76 return Value->GetFloatValue();
77 } // end of GetFloatValue
78
79/* ------------------------- Class CONSTANT -------------------------- */
80

Callers 1

RephraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected