MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / volume

Method volume

Examples/Modules/Chapter 12/Ex12_15/CylindricalBox.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18float CylindricalBox::volume() const
19{
20 return PI * m_radius * m_radius * m_height;
21}
22

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected