Type Definition sampling::histogram::AtomicHistU16
source · [−]pub type AtomicHistU16 = AtomicHistogramInt<u16>;Expand description
Histogram for binning u16 - alias for AtomicHistogramInt<u16>
- you should use
HistU16Fastinstead, if your bins are[left, left+1,..., right]