Type Alias sampling::histogram::HistI32

source ·
pub type HistI32 = HistogramInt<i32>;
Expand description

Histogram for binning i32 - alias for HistogramInt<i32>

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

Aliased Type§

struct HistI32 { /* private fields */ }