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

Method count

libraries/Histogram/histogram.cpp:79–82  ·  view source on GitHub ↗

number of values added to all buckets

Source from the content-addressed store, hash-verified

77
78// number of values added to all buckets
79uint32_t Histogram::count()
80{
81 return _count;
82};
83
84
85// returns the count of a bucket

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36