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

Method minimum

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

zero if count == zero

Source from the content-addressed store, hash-verified

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
189
190

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36