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

Method size

libraries/Histogram/histogram.cpp:72–75  ·  view source on GitHub ↗

number of buckets

Source from the content-addressed store, hash-verified

70
71// number of buckets
72uint16_t Histogram::size()
73{
74 return _length;
75};
76
77
78// number of values added to all buckets

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36