MCPcopy 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
91void MdNumber::Average(double average) {
92 average_ = average;
93}
94
95const std::optional<double>& MdNumber::Average() const {
96 return average_;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64