Type Alias sampling::histogram::HistU32

source ·
pub type HistU32 = HistogramInt<u32>;
Expand description

Histogram for binning u32 - alias for HistogramInt<u32>

  • you should use HistU32Fast instead, if your bins are [left, left+1,..., right]

Aliased Type§

struct HistU32 { /* private fields */ }