Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ volume
Method
volume
Examples/NoModules/Chapter 12/Ex12_15/CylindricalBox.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
float CylindricalBox::volume() const
18
{
19
return PI * m_radius * m_radius * m_height;
20
}
21
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected