MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / count

Method count

libraries/Statistic/Statistic.h:185–185  ·  view source on GitHub ↗

returns the number of values added

Source from the content-addressed store, hash-verified

183
184 // returns the number of values added
185 count_type count() const { return _cnt; }; // zero if count == zero
186 value_type sum() const { return _sum; }; // zero if count == zero
187 value_type minimum() const { return _min; }; // zero if count == zero
188 value_type maximum() const { return _max; }; // zero if count == zero

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36