Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Average
Method
Average
lib/mdflib/mdflib/src/mdnumber.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void MdNumber::Average(double average) {
92
average_ = average;
93
}
94
95
const std::optional<double>& MdNumber::Average() const {
96
return average_;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64