|
GoWebScan API
|
| kStatus GoWebScanHistogram_Construct | ( | GoWebScanHistogram * | histogram, |
| k32s | minValue, | ||
| k32s | maxValue, | ||
| k32s | binWidthBits, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanHistogram object.
| histogram | Receives the constructed GoWebScanHistogram object. |
| minValue | Minimum value of the range of values represented by the histogram. |
| maxValue | Maximum value of the range of values represented by the histogram. |
| binWidthBits | Bit shift for the bin width. The bin width is determined by 1 << binWidthBits. |
| allocator | Memory allocator (or kNULL for default). |