MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetFloat

Method GetFloat

src/plugin/kernel/src/AFCRow.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82float AFCRow::GetFloat(const uint32_t index) const
83{
84 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_FLOAT);
85
86 return m_pNodeManager->GetFloat(index);
87}
88
89double AFCRow::GetDouble(const uint32_t index) const
90{

Callers 3

NodeToDBDataMethod · 0.45
NodeToPBDataMethod · 0.45
FindFloatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected