#include <Histogram.h>
Public Member Functions | |
Histogram (const Data &aData) | |
unsigned long | getAmount (unsigned short val) |
Returns the number of data elements with the specified value. | |
Private Attributes | |
unsigned long | mVals [4096] |
|
|
|
Returns the number of data elements with the specified value. val must lie between 0 and 4095 (inclusive). |
|
|