Type Alias sampling::histogram::HistI16

source ·
pub type HistI16 = HistogramInt<i16>;
Expand description

Histogram for binning i16 - alias for HistogramInt<i16>

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

Aliased Type§

struct HistI16 { /* private fields */ }