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

Method maximum

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

zero if count == zero

Source from the content-addressed store, hash-verified

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
191 // NAN if count == zero

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36