Type Alias sampling::histogram::AtomicHistI16

source ·
pub type AtomicHistI16 = AtomicHistogramInt<i16>;
Expand description

Histogram for binning i16 - alias for AtomicHistogramInt<i16>

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

Aliased Type§

struct AtomicHistI16 { /* private fields */ }