MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / getX

Method getX

FastCopy/SpeedGraph.xaml.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 float SpeedGraph::getX(uint64_t progressBytes)
130 {
131 return m_graphSize.Width * (static_cast<float>(progressBytes) / m_total);
132 }
133
134 float SpeedGraph::getY(uint64_t speed)
135 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected