GoWebScan API
kStatus GoWebScanHistogram_Construct ( GoWebScanHistogram histogram,
k32s  minValue,
k32s  maxValue,
k32s  binWidthBits,
kAlloc  allocator 
)

Constructs a GoWebScanHistogram object.

Parameters
histogramReceives the constructed GoWebScanHistogram object.
minValueMinimum value of the range of values represented by the histogram.
maxValueMaximum value of the range of values represented by the histogram.
binWidthBitsBit shift for the bin width. The bin width is determined by 1 << binWidthBits.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.